You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about using with iverilog(the famous open source verilog simulator and synthesis tools ), with the vvp intermediate output of iverilog, we can visualize nearly every verilog source code.....
Definitely seems like a good idea to leverage a project which takes care of parsing the HDL language.
Are you suggesting that for VSRTL, a parser for the vvp intermediate representation should be written, which may use the VSRTL Core-based simulation engine (and circuit representation), or that the iverilog vvp simulator is to replace the simulation logic currently available in VSRTL, and (somehow, not sure about how viable this would be) a visual representation of the circuit could be generation from hooking into the vvp simulator.
Glansing over the file format of vvp IR (https://github.com/steveicarus/iverilog/tree/master/vvp), i am unsure about how much information is contained within which directly corresponds to RTL primitives (Ie. multiplexers, logic gates etc.). It would be information like this which the VSRTL Core circuit would be based upon, for the Graphics library to be able to generate the accompanying visualization of these objects.
Do you have any other good resources or experiences with the project? i have not worked with iverilog before.
This issue is intended for tracking a discussion on suggestions for features which improve the visualization of a circuit during simulation.
The text was updated successfully, but these errors were encountered: