Altera_Forum
Honored Contributor
16 years agoQuartus Simulation - initializing registers
Hi guys, I'm new to the FPGA scene and could use some help.
I'm designing a project using Verilog HDL. This project derives some computations from previous data stored in registers (reg type). I'm trying to run a simulation for verification and I want to initialize these registers to a certain value. I've inserted the registers to the .cvwf file and set their values. However when I run the simulation all the registers are zeroed. How can I manually set those registers' value? Thank You.