Git Product home page Git Product logo

iob-axi's Introduction

iob-axi

iob-axi's People

Contributors

jjts avatar jdlopes avatar p-miranda avatar arturum1 avatar pedroantunes178 avatar

Stargazers

 avatar  avatar Cappuccino avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

iob-axi's Issues

iob2axil + axil2iob adapters: iverilog simulation gets stuck

Issue

  • When a system with iob2axil connected to a axil2iob adapter is simulated using iverilog, the simulation gets stuck after the first access to these adapters.

Minimal Example

  • I've created a simple example in my fork: check this commit and it's commit message for more details.
  • The testbench has the following configuration:
    IOb signals <-> | iob2axil |  <- AXI Lite signals -> | axil2iob |  <- IOb signals -> | iob_ram |
  • Clone fresh repository:
git clone [email protected]:P-Miranda/iob-axi.git --branch iob-axil-issue --recursive
cd iob-axi
  • Or add my remote to existing working repository:
git remote add pmiranda [email protected]:P-Miranda/iob-axi.git
git fetch --all
git checkout pmiranda/iob-axil-issue
  • Run simulation:
make sim MODULE_NAME=iob2axil
  • Note: The simulation will not finish, you have to manualy stop it.
  • You can check the waves in gtkwave:
gtkwave uut.vcd hardware/iob2axil/iob2axil_tb.gtkw &

Other tests

  • I've tried to simulate using iverilog versions 10.3 (the one that we usually use) and the latest commit from the 11.0 branch
    • both had the same behaviour: simulation gets stuck but does not give errors or warnings
  • Running the simulation in xmsim there are no warnings or errors, but the simulation runs as expected until the end

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.