Skip to content

Commit

Permalink
Bump flake dependencies (#3506)
Browse files Browse the repository at this point in the history
* bump flake

* remove legacy firtool option
  • Loading branch information
sequencer authored Oct 11, 2023
1 parent bb74155 commit 4fed21e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
1 change: 0 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ trait Emulator extends Cross.Module2[String, String] {
os.proc("firtool",
generator.chirrtl().path,
s"--annotation-file=${generator.chiselAnno().path}",
"-disable-infer-rw",
"--disable-annotation-unknown",
"-dedup",
"-O=debug",
Expand Down
30 changes: 24 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
mill
dtc
verilator cmake ninja
python3 python3Packages.bootstrapped-pip
python3
python3Packages.pip
pkgsCross.riscv64-embedded.buildPackages.gcc
pkgsCross.riscv64-embedded.buildPackages.gdb
openocd
Expand Down

0 comments on commit 4fed21e

Please sign in to comment.