Altera_Forum
Honored Contributor
19 years agowhile loops in quartus
Hi there, Just wondering if anyone out there could help. I wrote the following code in verilog r = r-1; while(r != 0) begin r = r-1; end When I simulate the code in Quartus...