M
mnentwig
Guest
Hello,
is there a special term for a register that is not required to preserve it
content longer than the next clock cycle?
What I'm looking for is the following construct
always @(posedge clk) begin
myReg <= b'x;
case (state)
---------------------------------------
Posted through http://www.FPGARelated.com
is there a special term for a register that is not required to preserve it
content longer than the next clock cycle?
What I'm looking for is the following construct
always @(posedge clk) begin
myReg <= b'x;
case (state)
---------------------------------------
Posted through http://www.FPGARelated.com