fpga fixes
This commit is contained in:
@@ -140,7 +140,7 @@ reg[31:0] io_data;
|
||||
clk = 0;
|
||||
end
|
||||
|
||||
#5 clk <= ~clk;
|
||||
#5 clk <= !clk;
|
||||
end
|
||||
|
||||
endmodule
|
||||
|
||||
Reference in New Issue
Block a user