Altera_Forum
Honored Contributor
7 years agoModelsim & VHDL Configuration
Hi,
I have one entity in a file and several architectures in separe files. Each architecture file have a configuration statement.
configuration CONFIGURATION_NAME of INSTANTIATING_ENTITY is
for INSTANTIATING_ARCH
for INSTANCE_NAME : COMPONENT_NAME
use entity LIBRARY_NAME.ENTITY_NAME(ARCHITECTURE_NAME);
end for;
end for;
end CONFIGURATION_NAME; and I call vsim like that : vsim -novopt LIBRARY_NAME.CONFIGURATION_NAME I wanted to speed up simulation so I removed -novopt and the design failed to be loaded. Can you confirm Modelsim does not support configuration feature in optimized mode ? ( tried on 10.0e and 10.5c) Best regards