[Libre-soc-bugs] [Bug 620] post-layout simulation needed using cocotb
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Apr 8 13:54:27 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=620
--- Comment #7 from Staf Verhaegen <staf at fibraservi.eu> ---
I seem to have success in iverilog with the following code:
> `timescale 1ns/1ps
>
> module clkdrv(output reg clk);
>
> initial begin
> clk = 0;
> forever begin
> #10 clk = ~clk;
> end
> end
>
> endmodule
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list