Tang_FPGA_Examples icon indicating copy to clipboard operation
Tang_FPGA_Examples copied to clipboard

Register initial value.

Open piotr-go opened this issue 7 years ago • 0 comments

Does register initial value work?

Verilog example: reg [7:0] variable = 56;

No errors but looks like initial value is "0".

piotr-go avatar Oct 30 '18 11:10 piotr-go