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
That's a very good point. I tried to avoid using VHDL2008 features in the entire code base as there are still (!) some tools out there, that do not support all features.
Anyway, adding this flag to the GHDL-only simulation setup seems to be a good idea! 👍
Fell free to make a PR for this if you like 😉
Not related to any particular problem, but I’m just wondering if there is any reason not to use the "--std=08" flag with ghdl.
I have tested, and I can see no issue whatsoever with it.
Note that it is possible to compile the test bench with a couple of lines, one with
ghdl -i
, the second withghdl -r
.The text was updated successfully, but these errors were encountered: