pkg(iverilog-11.0.0): Added iverilog 11.0.0

This commit is contained in:
Brikaa 2021-09-26 13:25:13 +02:00
parent 0077da59cb
commit 56a3c91a6a
10 changed files with 47 additions and 7 deletions

7
packages/iverilog/11.0.0/test.verilog vendored Normal file
View file

@ -0,0 +1,7 @@
module hello;
initial
begin
$display("OK");
$finish ;
end
endmodule