R
ra
Guest
Hi,
I have a schematic where N components output each one a reset signal,
which is given in input to one other component. The line connecting
the resets is something like:
reset <= res_1 or res_2 or res_3 or ... or res_N;
This synthetize fine, but modelsim gives me the following error on the
line above:
Error: router_test_arch.vhd(709): Delay in signal assignment must be
ascending.
Can somebody tell me what to look for? I've no clue.....
RA
I have a schematic where N components output each one a reset signal,
which is given in input to one other component. The line connecting
the resets is something like:
reset <= res_1 or res_2 or res_3 or ... or res_N;
This synthetize fine, but modelsim gives me the following error on the
line above:
Error: router_test_arch.vhd(709): Delay in signal assignment must be
ascending.
Can somebody tell me what to look for? I've no clue.....
RA