Skip to content

Commit cff5d54

Browse files
authored
Move test to timing_report_api.py
Signed-off-by: Mike Inouye <mikeinouye@google.com>
1 parent aa0f711 commit cff5d54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/timing_report_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
tech.readLef("Nangate45/Nangate45_tech.lef")
1717
tech.readLef("Nangate45/Nangate45_stdcell.lef")
1818

19+
assert tech.getTech().getName() != ""
20+
1921
design = Design(tech)
2022
design.readDef("gcd_nangate45.def")
2123
design.evalTclString("read_sdc timing_api_3.sdc")

0 commit comments

Comments
 (0)