forked from The-OpenROAD-Project/OpenROAD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resize -buffer_inputs/-buffer_outputs conserve pin locations
- Loading branch information
1 parent
9f8e0fc
commit 368bad3
Showing
5 changed files
with
65 additions
and
18 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
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,39 @@ | ||
VERSION 5.5 ; | ||
NAMESCASESENSITIVE ON ; | ||
DIVIDERCHAR "/" ; | ||
BUSBITCHARS "[]" ; | ||
DESIGN top ; | ||
UNITS DISTANCE MICRONS 1000 ; | ||
DIEAREA ( -1000 -1000 ) ( 1000 1000 ) ; | ||
COMPONENTS 5 ; | ||
- r1 snl_ffqx1 ; | ||
- r2 snl_ffqx1 ; | ||
- r3 snl_ffqx1 ; | ||
- u1 snl_bufx1 ; | ||
- u2 snl_and02x1 ; | ||
END COMPONENTS | ||
PINS 6 ; | ||
- in1 + NET in1 + DIRECTION INPUT + USE SIGNAL + FIXED ( -1000 -1000 ) N + LAYER M1 ( 0 0 ) ( 0 0 ) ; | ||
- in2 + NET in2 + DIRECTION INPUT + USE SIGNAL + FIXED ( 333 -1000 ) N + LAYER M1 ( 0 0 ) ( 0 0 ) ; | ||
- clk1 + NET clk1 + DIRECTION INPUT + USE SIGNAL + FIXED ( 1000 -334 ) N + LAYER M1 ( 0 0 ) ( 0 0 ) ; | ||
- clk2 + NET clk2 + DIRECTION INPUT + USE SIGNAL + FIXED ( 1000 999 ) N + LAYER M1 ( 0 0 ) ( 0 0 ) ; | ||
- clk3 + NET clk3 + DIRECTION INPUT + USE SIGNAL + FIXED ( -332 1000 ) N + LAYER M1 ( 0 0 ) ( 0 0 ) ; | ||
- out + NET out + DIRECTION OUTPUT + USE SIGNAL + FIXED ( -1000 335 ) N + LAYER M1 ( 0 0 ) ( 0 0 ) ; | ||
END PINS | ||
SPECIALNETS 2 ; | ||
- VSS ( * VSS ) + USE GROUND ; | ||
- VDD ( * VDD ) + USE POWER ; | ||
END SPECIALNETS | ||
NETS 10 ; | ||
- in1 ( r1 D ) + USE SIGNAL ; | ||
- in2 ( r2 D ) + USE SIGNAL ; | ||
- clk1 ( r1 CP ) + USE SIGNAL ; | ||
- clk2 ( r2 CP ) + USE SIGNAL ; | ||
- clk3 ( r3 CP ) + USE SIGNAL ; | ||
- out ( r3 Q ) + USE SIGNAL ; | ||
- r1q ( r1 Q ) ( u2 A ) + USE SIGNAL ; | ||
- r2q ( r2 Q ) ( u1 A ) + USE SIGNAL ; | ||
- u1z ( u1 Z ) ( u2 B ) + USE SIGNAL ; | ||
- u2z ( u2 Z ) ( r3 D ) + 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
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