Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI don't know VHDL very well anymore but I doubt this can be synthesized:
initial begin reset_n_int = 1'b1; # 1; reset_n_int = 1'b0; # 1000; reset_n_int = 1'b1; end Just because HDL simulates does not necessarily mean that it is synthesizable. If you are targeting the FPGA then you need HDL that can be synthesized if you want to see the functionality you intend.