Hi,
I want that libraries only are listed in modelsim.ini if they actually is used.
It is OK that they are included if a vhdl-file in the project that uses eg. unisim, no matter the vhdl-file actually is in dependency list or not.
Is it possible using a minimal modelsim.ini (and pointing environment variable VUNIT_MODELSIM_INI to that) and then let VUnit add required vendor libraries without too much special - and how to do it?
How do you folks do it
- Like I want by letting VUnit add vendor libraries to minimal modelsim.ini
- maintain modelsim.ini manually
- Use full modelsim.ini with all vendor libraries included no matter used or not
Hi,
I want that libraries only are listed in
modelsim.iniif they actually is used.It is OK that they are included if a vhdl-file in the project that uses eg.
unisim, no matter the vhdl-file actually is in dependency list or not.Is it possible using a minimal
modelsim.ini(and pointing environment variableVUNIT_MODELSIM_INIto that) and then let VUnit add required vendor libraries without too much special - and how to do it?How do you folks do it