Anders Carlsson
-
2009-10-07
The supplied CAL source compiles to RTL that has undefined output values for signals in the token_r_out port. The direct cause for this is the init action which is permanently disabled by the token_src parameter. The action output is connected, but its value depends on action input signals that for some reason does not exist. Ideally, the dead action should be removed. Including valid input signals for the dead action would suffice, however.