Skip to content

Commit

Permalink
[dv,vendor] Pin bitstring version to fix gen_csr_test.py
Browse files Browse the repository at this point in the history
The gen_csr_test.py script provided by RISC-V DV doesn't work with
version 4.0 and upwards of the bitstring library. This patch pins it to
3.1.9 to avoid the issue.
  • Loading branch information
GregAC committed Oct 3, 2023
1 parent a51daf6 commit 5d594a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vendor/patches/google_riscv-dv/0002-pin-bitstring.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
PyYAML
-bitstring
+bitstring==3.1.9
Sphinx
Pallets-Sphinx-Themes
sphinxcontrib-log-cabinet

0 comments on commit 5d594a5

Please sign in to comment.