Skip to content

Commit

Permalink
update SC
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Aug 28, 2024
1 parent cfee37b commit e4cf8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

numpy
tqdm
siliconcompiler >= 0.26.0, < 0.27.0
siliconcompiler >= 0.27.0, < 0.28.0

# Testing dependencies
#:test
Expand Down
2 changes: 1 addition & 1 deletion switchboard/sbdut.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def __init__(

flowname = 'package'

self.package_flow = siliconcompiler.Flow(self, flowname)
self.package_flow = siliconcompiler.Flow(flowname)

from siliconcompiler.tools.surelog import parse
self.package_flow.node(flowname, 'parse', parse)
Expand Down

0 comments on commit e4cf8ae

Please sign in to comment.