增加firtool
This commit is contained in:
parent
64336aaf1c
commit
e03e7917db
|
@ -1,7 +1,3 @@
|
|||
prj/simulation/icarus/
|
||||
user/src/test.v
|
||||
user/sim/wave.vcd
|
||||
user/sim/testbench.v
|
||||
*.~vsdx
|
||||
*.pdf
|
||||
~*.xlsx
|
||||
|
@ -10,3 +6,4 @@ user/sim/testbench.v
|
|||
*.~vsd
|
||||
|
||||
.vscode/
|
||||
.metals/
|
|
@ -13,6 +13,7 @@
|
|||
!build.sc
|
||||
!README.md
|
||||
!playground/doc/*
|
||||
!utils/*
|
||||
build/
|
||||
|
||||
# mill
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
firtool.elf.strip --lowering-options=disallowLocalVariables,disallowPackedArrays,locationInfoStyle=wrapInAtSquareBracket $@
|
Binary file not shown.
Loading…
Reference in New Issue