Skip to content

Commit 85fd64e

Browse files
authored
Merge pull request #124 from siliconcompiler/rice/cocotb_update
Updated test structure and bumped cocotb versions
2 parents 4890ed5 + cc71a01 commit 85fd64e

File tree

9 files changed

+478
-423
lines changed

9 files changed

+478
-423
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
7979
eda_ci:
8080
name: Run EDA
81-
if: false
8281
runs-on: ubuntu-latest
8382
container: ghcr.io/siliconcompiler/sc_runner:latest
8483
steps:
@@ -90,10 +89,10 @@ jobs:
9089
. .venv/bin/activate
9190
9291
pip install --upgrade pip
93-
pip install .[dev]
92+
pip install -e .[dev]
9493
9594
# change running directory
9695
mkdir testrun
9796
cd testrun
9897
99-
pytest $GITHUB_WORKSPACE -m "eda"
98+
pytest $GITHUB_WORKSPACE -n logical -m "eda" --verbose

lambdalib/ramlib/la_asyncfifo/testbench/la_asyncfifo.py

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

lambdalib/ramlib/la_asyncfifo/testbench/tb_la_asyncfifo.py

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

0 commit comments

Comments
 (0)