Initiate a variable

L

Luiz Gustavo

Guest
I'm using Quartus II, and this software doesn't support the initial
contruscts...
How can I initiate a variable?

For example:

Using Initial constructs:
initial
begin
bit_cnt=3'b111;
mem_adr = 0;
sro = mem[mem_adr];
end

How can I initiate the variable "bit_cnt", "mem_adr", "sro" like above,
without use the initial constructs?
 
Think of implementing "reset" in your hardware design.

Ajeetha, CVC
www.noveldv.com
 

Welcome to EDABoard.com

Sponsor

Back
Top