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
Working on packaging caravel-lite with FuseSoC with first objective to run the caravel tests with FuseSoC using different simulators. Currently, only icarus works since other simulators require module ports to explciitly specify wire in addition to direction when used with defualt_netttype none. Modelsim is also not too happy about mixing port styles (although there is a -mixedansiports that helps to some extent.
I have started to manually change to explicit wires in all the verilog files and got some simulations running with both xsim and modelsim but before doing too much work I would just like to ask
Is this repo intended to replace caravel or is my efforts better spent on the caravel repo?
Are you open to accept such a change?
The text was updated successfully, but these errors were encountered:
Working on packaging caravel-lite with FuseSoC with first objective to run the caravel tests with FuseSoC using different simulators. Currently, only icarus works since other simulators require module ports to explciitly specify
wire
in addition to direction when used with defualt_netttype none. Modelsim is also not too happy about mixing port styles (although there is a-mixedansiports
that helps to some extent.I have started to manually change to explicit wires in all the verilog files and got some simulations running with both xsim and modelsim but before doing too much work I would just like to ask
The text was updated successfully, but these errors were encountered: