C
chestnut
Hi,
I am looking for some pragmas supported by ModelSim. These pragmas can
turn on/off the compilation of vhdl source code. In Aldec Active-HDL
simulator, such pragmas are vhdl_comp_off/on
for example, here's a snippet vhdl source:
porta_wren <= '1' ;
--vhdl_comp_off
porta_wren <= '0';
--vhdl_comp_on
porta_datain <= "FF";
Then, the simulator will assume porta_wren is '1' because the second
statement wasn't compiled at all.
But ModelSim doesn't support pragmas like vhdl_comp_on/off. Any other
suggestions?
thanks
chestnut
I am looking for some pragmas supported by ModelSim. These pragmas can
turn on/off the compilation of vhdl source code. In Aldec Active-HDL
simulator, such pragmas are vhdl_comp_off/on
for example, here's a snippet vhdl source:
porta_wren <= '1' ;
--vhdl_comp_off
porta_wren <= '0';
--vhdl_comp_on
porta_datain <= "FF";
Then, the simulator will assume porta_wren is '1' because the second
statement wasn't compiled at all.
But ModelSim doesn't support pragmas like vhdl_comp_on/off. Any other
suggestions?
thanks
chestnut