Forum Discussion
Altera_Forum
Honored Contributor
14 years agowhat is the difference between RTL simulation and gate level simulation..
I don't know the difference between RTL simulation and gate level simulation. when i coded program in VHDL, RTL simulation tool is good working, but when i coded program in block diagram, RT...
Altera_Forum
Honored Contributor
14 years agoThe schematics do not allow integer types, so when they generate the ports it generates std_logic and std_logic_vectors only. So unfortunately you need to use std_logic_vectors too. an integer of range 0 to 255 is a 8 bit value.