Skip to content

Commit

Permalink
Reverting verilator version in the nix dev shell
Browse files Browse the repository at this point in the history
There's a bug in verilator 5.018, which means the system can't be built.
Reverting to ibex's officially supported version, 4.210.
  • Loading branch information
HU90m committed Feb 29, 2024
1 parent 8f4b162 commit 11753ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
cmake
openocd
screen
verilator
# Needed to compile verilator generated files
gcc

Expand All @@ -66,6 +65,7 @@
++ (with lowrisc-nix.packages.${system}; [
spike-ibex-cosim
lowrisc-toolchain-gcc-rv32imcb
verilator_ot
]);
shellHook = ''
# FIXME This works on Ubuntu, may not on other distros. FIXME
Expand Down

0 comments on commit 11753ba

Please sign in to comment.