Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ jobs:

eda_ci:
name: Run EDA
if: false
runs-on: ubuntu-latest
container: ghcr.io/siliconcompiler/sc_runner:latest
steps:
Expand All @@ -90,10 +89,10 @@ jobs:
. .venv/bin/activate

pip install --upgrade pip
pip install .[dev]
pip install -e .[dev]

# change running directory
mkdir testrun
cd testrun

pytest $GITHUB_WORKSPACE -m "eda"
pytest $GITHUB_WORKSPACE -n logical -m "eda" --verbose
155 changes: 0 additions & 155 deletions lambdalib/ramlib/la_asyncfifo/testbench/la_asyncfifo.py

This file was deleted.

187 changes: 0 additions & 187 deletions lambdalib/ramlib/la_asyncfifo/testbench/tb_la_asyncfifo.py

This file was deleted.

Loading