Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThis noob needs help...
Hello everyone, I've recently started using ModelSim Altera Starter Edition 10.0c and I'm trying to get simulate a really simple "AND" gate. Here's my code: library ieee;
use ieee.std_l...
Altera_Forum
Honored Contributor
14 years agooops, remove the semicolon from the end of the UUT line, and put one at the end of the port map.
The UUT is just a name given to the instantiated entity. IT can be any identifier you want - UUT standard for unit under test.