refactored some yaml design files for the openroad tutorial

This commit is contained in:
Nayiri K
2022-09-27 12:05:58 -07:00
parent d547132658
commit fbd5966d14
6 changed files with 251 additions and 158 deletions

View 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