We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aa665 commit bd7b208Copy full SHA for bd7b208
docker/Dockerfile
@@ -4,8 +4,7 @@ RUN apt install build-essential -y
4
RUN apt install git -y
5
RUN apt install python3 python3-pip -y
6
RUN apt install iverilog gtkwave -y
7
-RUN apt install python-pygraphviz -y
8
-RUN pip3 install jinja2 pytest pytest-pythonpath pyverilog ipgen
+RUN pip3 install jinja2 numpy pytest pytest-pythonpath pyverilog
9
RUN mkdir /home/veriloggen/
10
WORKDIR "/home/veriloggen"
11
RUN git clone https://github.com/PyHDI/veriloggen.git
0 commit comments