增加firtool

This commit is contained in:
Liphen 2024-04-02 12:18:19 +08:00
parent 64336aaf1c
commit e03e7917db
4 changed files with 5 additions and 5 deletions

5
.gitignore vendored
View File

@ -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/

1
chisel/.gitignore vendored
View File

@ -13,6 +13,7 @@
!build.sc
!README.md
!playground/doc/*
!utils/*
build/
# mill

2
chisel/utils/firtool Normal file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
firtool.elf.strip --lowering-options=disallowLocalVariables,disallowPackedArrays,locationInfoStyle=wrapInAtSquareBracket $@

Binary file not shown.