-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dft: preserve region/group/source_type in ReplaceCell
Signed-off-by: Matt Liberty <[email protected]>
- Loading branch information
Showing
6 changed files
with
92 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
VERSION 5.8 ; | ||
DIVIDERCHAR "/" ; | ||
BUSBITCHARS "[]" ; | ||
DESIGN one_cell ; | ||
UNITS DISTANCE MICRONS 1000 ; | ||
REGIONS 1 ; | ||
- region ( 0 0 ) ( 2000 2000 ) ; | ||
END REGIONS | ||
COMPONENTS 1 ; | ||
- ff1 sky130_fd_sc_hd__dfstp_1 + PLACED ( 1000 1000 ) N | ||
+ REGION region ; | ||
END COMPONENTS | ||
GROUPS 1 ; | ||
- group ff1 + REGION region ; | ||
END GROUPS | ||
PINS 4 ; | ||
- clock + NET clock + DIRECTION INPUT + USE SIGNAL ; | ||
- output1 + NET output1 + DIRECTION OUTPUT + USE SIGNAL ; | ||
- port1 + NET port1 + DIRECTION INPUT + USE SIGNAL ; | ||
- set_b + NET set_b + DIRECTION INPUT + USE SIGNAL ; | ||
END PINS | ||
NETS 4 ; | ||
- clock ( PIN clock ) ( ff1 CLK ) + USE SIGNAL ; | ||
- output1 ( PIN output1 ) ( ff1 Q ) + USE SIGNAL ; | ||
- port1 ( PIN port1 ) ( ff1 D ) + USE SIGNAL ; | ||
- set_b ( PIN set_b ) ( ff1 SET_B ) + USE SIGNAL ; | ||
END NETS | ||
END DESIGN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
VERSION 5.8 ; | ||
DIVIDERCHAR "/" ; | ||
BUSBITCHARS "[]" ; | ||
DESIGN one_cell ; | ||
UNITS DISTANCE MICRONS 1000 ; | ||
REGIONS 1 ; | ||
- region ( 0 0 ) ( 2000 2000 ) ; | ||
END REGIONS | ||
COMPONENTS 1 ; | ||
- ff1 sky130_fd_sc_hd__sdfsbp_1 + PLACED ( 1000 1000 ) N + REGION region ; | ||
END COMPONENTS | ||
PINS 6 ; | ||
- clock + NET clock + DIRECTION INPUT + USE SIGNAL ; | ||
- output1 + NET output1 + DIRECTION OUTPUT + USE SIGNAL ; | ||
- port1 + NET port1 + DIRECTION INPUT + USE SIGNAL ; | ||
- scan_enable_1 + NET scan_enable_1 + DIRECTION INPUT + USE SCAN ; | ||
- scan_in_1 + NET scan_in_1 + DIRECTION INPUT + USE SCAN ; | ||
- set_b + NET set_b + DIRECTION INPUT + USE SIGNAL ; | ||
END PINS | ||
NETS 6 ; | ||
- clock ( PIN clock ) ( ff1 CLK ) + USE SIGNAL ; | ||
- output1 ( PIN output1 ) ( ff1 Q ) + USE SIGNAL ; | ||
- port1 ( PIN port1 ) ( ff1 D ) + USE SIGNAL ; | ||
- scan_enable_1 ( PIN scan_enable_1 ) ( ff1 SCE ) + USE SCAN ; | ||
- scan_in_1 ( PIN scan_in_1 ) ( ff1 SCD ) + USE SCAN ; | ||
- set_b ( PIN set_b ) ( ff1 SET_B ) + USE SIGNAL ; | ||
END NETS | ||
GROUPS 1 ; | ||
- group ff1 + REGION region ; | ||
END GROUPS | ||
END DESIGN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.