Altera_Forum
Honored Contributor
18 years agoquartus_sim and TCL data size
Hi,
A quick question regarding TCL data types used with the quartus_sim shell. I have a simulation that I am trying to automate with data generated in Matlab. The input data is unsigned, 16 bits wide (as is the input on the logic I am simulating). When I run the simulation TCL file, I get: Info: Value of Bus input is Error: Input too large for signed representation. for the following TCL line: force_simulation_value -node input $in where 'input' is the input bus of my module, and $in is the TCL variable holding a value of 57727 (i.e. larger than 32767) How do I tell quartus_sim to quit complaining about this,and that the input bus is 16-bits UNSIGNED? Thanks.