mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-07 12:26:26 +02:00
pkg(iverilog-11.0.0): Added iverilog 11.0.0
This commit is contained in:
parent
e5732ef459
commit
883d584c15
9 changed files with 43 additions and 3 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