F
Floresita
Guest
Hi,
following question:
Verilog-code:
always@(posedge clk)
if (reset)
number <= 3'd 0;
else if(valid) begin
....
show = (number >= 3);
...
end
How are these Verilog constructs described in VHDL ?
Thank you.
Rgds
following question:
Verilog-code:
always@(posedge clk)
if (reset)
number <= 3'd 0;
else if(valid) begin
....
show = (number >= 3);
...
end
How are these Verilog constructs described in VHDL ?
Thank you.
Rgds