Skip to content

Commit

Permalink
remove SC from testing to make it easier to port
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Aug 26, 2024
1 parent 3840b23 commit f2fe48f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
pytest == 6.2.4
pytest-timeout == 2.1.0
flake8 == 7.0.0
lambdapdk == 0.1.23
siliconcompiler >= 0.23.2
13 changes: 0 additions & 13 deletions tests/test_leflib.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
import os
from lambdapdk import sky130
import sc_leflib
from siliconcompiler import Chip
import pytest


@pytest.mark.timeout(300)
def test_leflib(scroot):
chip = Chip('test')
chip.use(sky130)
path = chip.find_files('pdk', 'skywater130', 'aprtech', 'openroad', '5M1LI', 'hd', 'lef')[0]

data = sc_leflib.parse(path)
assert data['version'] == 5.7


def test_leflib_garbage():
Expand Down

0 comments on commit f2fe48f

Please sign in to comment.