We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90f063 commit 776ecdfCopy full SHA for 776ecdf
1 file changed
dependencies.txt
@@ -21,13 +21,13 @@ Summary, well tested on Debian Bookworm and Trixie:
21
22
apt-get install -y build-essential git iverilog gtkwave verilator python3-pip
23
apt-get install -y python3-numpy python3-flake8 python3-scipy python3-matplotlib
24
-pip3 install cocotb cocotb-bus pytest
+pip3 install cocotb cocotb-bus
25
26
=====
27
The setup instructions for bedrock on Fedora should be:
28
29
yum install iverilog gtkwave make g++ python3-numpy python3-scipy python3-pip
30
31
32
but then we hit a iverilog-vpi configuration bug seemingly caused by RedHat.
33
The evasive action I suggest is to build iverilog from source:
0 commit comments