The latest QuestaSim from Intel started to support interfaces but latest Vunit doesn't work with that.
It seems the problem is with this line:
|
if vhdl_standard <= VHDL.STD_2008: |
my work around is to change 2008 to 2019 and I have tested and simulate with it. not sure though if this break anything.
The latest QuestaSim from Intel started to support interfaces but latest Vunit doesn't work with that.
It seems the problem is with this line:
vunit/vunit/sim_if/modelsim.py
Line 180 in 4090eb5
my work around is to change 2008 to 2019 and I have tested and simulate with it. not sure though if this break anything.