A
ALuPin@web.de
Guest
Hi,
when I try to integrate NOT in PORT MAP
under Modelsim I get a error message:
i_test : test
PORT MAP ( ls_test => NOT ls_test2,
...
);
whereas the following construct is permitted
by Modelsim:
i_test : test
PORT MAP ( ls_test => "NOT" (ls_test2),
...
);
When synthesizing the design (Synplify) the first
construct is OK.
Will the second one also be accepted ?
Thank you for your opinion.
Rgds
André
when I try to integrate NOT in PORT MAP
under Modelsim I get a error message:
i_test : test
PORT MAP ( ls_test => NOT ls_test2,
...
);
whereas the following construct is permitted
by Modelsim:
i_test : test
PORT MAP ( ls_test => "NOT" (ls_test2),
...
);
When synthesizing the design (Synplify) the first
construct is OK.
Will the second one also be accepted ?
Thank you for your opinion.
Rgds
André