We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1febbec commit 3efc395Copy full SHA for 3efc395
README.md
@@ -63,6 +63,7 @@ to evaluate Calyx on a local machine:
63
- (*Optional*) Run the tests to ensure that the Calyx compiler is installed correctly.
64
- Install our Calyx driver utility [Fud][fud].
65
- Clone the [artifact evaluation repository][calyx-eval].
66
+- Install evaluation dependencies with: `pip3 install -r requirements.txt`
67
68
### Installing external tools (Estimated time: 2-4 hours)
69
Our evaluation uses Xilinx's Vivado and Vivado HLS tools to generate
requirements.txt
@@ -0,0 +1,6 @@
1
+pandas==1.2.0
2
+numpy==1.19.4
3
+matplotlib==3.3.3
4
+seaborn==0.11.1
5
+jupyterlab==3.0.1
6
+
0 commit comments