margins for M2 DRCs

This commit is contained in:
Harrison Liew
2019-09-02 23:27:48 -07:00
parent d28077ff0b
commit dc04c0cc8c

View File

@@ -22,8 +22,9 @@ vlsi.inputs.mmmc_corners: [
] ]
# Specify clock signals # Specify clock signals
# ASAP7 bug: period value should actually be in ps
vlsi.inputs.clocks: [ vlsi.inputs.clocks: [
{name: "clock", period: "20ns", uncertainty: "0.1ns"} {name: "clock", period: "1000ns", uncertainty: "0.1ns"}
] ]
# Generate Make include to aid in flow # Generate Make include to aid in flow
@@ -59,17 +60,17 @@ vlsi.inputs.placement_constraints:
type: "toplevel" type: "toplevel"
x: 0 x: 0
y: 0 y: 0
width: 500 width: 300
height: 500 height: 300
margins: margins:
left: 0 left: 10
right: 0 right: 10
top: 0 top: 10
bottom: 0 bottom: 10
- path: "Sha3AccelwBB/dco" - path: "Sha3AccelwBB/dco"
type: "hardmacro" type: "hardmacro"
x: 400 x: 100
y: 400 y: 100
width: 32 width: 32
height: 32 height: 32
orientation: "r0" orientation: "r0"