refactored some yaml design files for the openroad tutorial
This commit is contained in:
22
vlsi/example-designs/sky130-rocket.yml
Normal file
22
vlsi/example-designs/sky130-rocket.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
# Override configurations in ../example-sky130.yml and example-designs
|
||||
|
||||
# Specify clock signals
|
||||
# Rocket/RocketTile names clock signal "clock" instead of "clock_clock"
|
||||
vlsi.inputs.clocks: [
|
||||
{name: "clock", period: "10ns", uncertainty: "1ns"}
|
||||
]
|
||||
|
||||
# Placement Constraints
|
||||
# Rocket/RocketTile requires a much smaller footprint
|
||||
vlsi.inputs.placement_constraints:
|
||||
- path: "Rocket"
|
||||
type: toplevel
|
||||
x: 0
|
||||
y: 0
|
||||
width: 2500
|
||||
height: 1500
|
||||
margins:
|
||||
left: 10
|
||||
right: 10
|
||||
top: 10
|
||||
bottom: 10
|
||||
Reference in New Issue
Block a user