mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
pkg(iverilog-11.0.0): Added iverilog 11.0.0
This commit is contained in:
parent
0077da59cb
commit
56a3c91a6a
10 changed files with 47 additions and 7 deletions
7
packages/iverilog/11.0.0/test.verilog
vendored
Normal file
7
packages/iverilog/11.0.0/test.verilog
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
module hello;
|
||||
initial
|
||||
begin
|
||||
$display("OK");
|
||||
$finish ;
|
||||
end
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue