Forum Discussion
Altera_Forum
Honored Contributor
9 years ago[Global Reset for simulation in Altera device] Xilinx has "glbl.v"! Does Altera has??
Hi Hi, Xilinx has the "glbl.v" module connects the Global Set/Reset and Global Tristate signals to the design. The "glbl.v" module must be compiled and loaded along with the design In order to pro...
Altera_Forum
Honored Contributor
9 years agoYou don't need any such module for Altera devices (or Xilinx for that matter).
Providing you write you code correctly, Quartus will be able to identify any reset signals and deal with them accordingly. Correctly capturing your code should also mean that your simulation runs as expected without without any 'unknown states'. Make sure your reset code handles every relevant register. Cheers, Alex