mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06: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
4
packages/iverilog/11.0.0/compile
vendored
Normal file
4
packages/iverilog/11.0.0/compile
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
rename 's/$/\.v/' "$@" # Add .v extension
|
||||
iverilog *.v
|
Loading…
Add table
Add a link
Reference in a new issue