Skip to content

Commit 9ab2014

Browse files
committed
Use original scripts provided in EVAL-HD
1 parent a71f901 commit 9ab2014

File tree

4 files changed

+6
-91
lines changed

4 files changed

+6
-91
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,13 @@ jobs:
122122
make -C programs vcd SIM_EXE=/ecosystem/simulation/build/sim-32-o
123123
waveform-security
124124
125-
- name: Run EVAL-HD
125+
- name: Run EVAL-HD example
126126
uses: addnab/docker-run-action@v3
127127
with:
128128
image: ecosystem:latest
129129
run: |
130-
. /ecosystem/waveform-analysis/.venv/bin/activate
131130
cd /ecosystem/synthesis
132-
./eval-hd.py ../core/Core.v --cell-library ../eval-hd/freepdk-45nm/stdcells.lib
131+
./eval-hd.sh
133132
134133
- name: Run one riscv-formal test
135134
uses: addnab/docker-run-action@v3

synthesis/eval-hd.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

synthesis/eval-hd.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
source ../waveform-analysis/.venv/bin/activate
4+
../eval-hd/eval-hd.py ../core/Core.v --cell-library ../eval-hd/freepdk-45nm/stdcells.lib

synthesis/top.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)