Skip to content

Commit

Permalink
idk how this got here?
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstrange2 committed Aug 23, 2024
1 parent f2a480f commit dfceea7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gf_physical_design/NEW/sample/construct-commercial-full.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sample/construct-commercial-full.py#=========================================================================
#=========================================================================
# construct.py
#=========================================================================
# Demo with 16-bit GcdUnit
Expand Down Expand Up @@ -197,7 +197,7 @@ def construct():
g.connect_by_name( postroute_hold, signoff )

g.connect_by_name( signoff, pt_signoff )

g.connect_by_name( signoff, genlibdb )
g.connect_by_name( adk, genlibdb )

Expand All @@ -217,7 +217,7 @@ def construct():

g.connect_by_name( adk, vcs_sim )
# g.connect_by_name( signoff, vcs_sim )


g.connect_by_name( adk, power_est )
g.connect_by_name( signoff, power_est )
Expand Down Expand Up @@ -259,7 +259,7 @@ def construct():
g.connect( signoff.o('design.lvs.v'), verif_post_layout.i('design.impl.v') )



#-----------------------------------------------------------------------
# Parameterize
#-----------------------------------------------------------------------
Expand Down

0 comments on commit dfceea7

Please sign in to comment.