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
Currently, the compile order of VHDL files relies on the definition order of VHDL source files in the *.files files. The Python-based infrastructure should be able to calculate this order on its own.
Tools that require pre-ordered VHDL file lists or per-file commands executed in the right order:
Simulators
Aldec Active-HDL
GHDL
Mentor Graphics ModelSim
Mentor Graphics QuestaSim
ISE Simulator if used in a per-file mode
Vivado Simulator if used in a per-file mode
Compiler
The text was updated successfully, but these errors were encountered:
Currently, the compile order of VHDL files relies on the definition order of VHDL source files in the
*.files
files. The Python-based infrastructure should be able to calculate this order on its own.Tools that require pre-ordered VHDL file lists or per-file commands executed in the right order:
Simulators
Compiler
The text was updated successfully, but these errors were encountered: