增加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
|
*.~vsdx
|
||||||
*.pdf
|
*.pdf
|
||||||
~*.xlsx
|
~*.xlsx
|
||||||
|
@ -10,3 +6,4 @@ user/sim/testbench.v
|
||||||
*.~vsd
|
*.~vsd
|
||||||
|
|
||||||
.vscode/
|
.vscode/
|
||||||
|
.metals/
|
|
@ -13,6 +13,7 @@
|
||||||
!build.sc
|
!build.sc
|
||||||
!README.md
|
!README.md
|
||||||
!playground/doc/*
|
!playground/doc/*
|
||||||
|
!utils/*
|
||||||
build/
|
build/
|
||||||
|
|
||||||
# mill
|
# 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