Forum Discussion
Altera_Forum
Honored Contributor
18 years agoWhat is your value of $in? Is it in binary or decimal format? It it is in binary, probably this causes the problem. The value of $in should ok, as long as the value is less than 65535 - note this in decimal format not binary. If your $in is in binary,you may want to convert it to decimal before you call the force_simulation_value TCL API. Hope it helps.