Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
macroplacement
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
macroplacement
Commits
eb5d78c5
Commit
eb5d78c5
authored
Jul 02, 2022
by
Ravi Varadarajan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Streamline hybrid flow scripts
Signed-off-by: Ravi Varadarajan <rvaradarajan@ucsd.edu>
parent
a7a91b65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Flows/NanGate45/ariane136/scripts/cadence/run_invs.tcl
+6
-4
No files found.
Flows/NanGate45/ariane136/scripts/cadence/run_invs.tcl
View file @
eb5d78c5
...
...
@@ -7,8 +7,10 @@ source mmmc_setup.tcl
setMultiCpuUsage -localCpu 16
set
util 0.3
set
netlist
"./syn_handoff/
$
DESIGN.v"
set
sdc
"./syn_handoff/
$
DESIGN.sdc"
set
handoff_dir
"./syn_handoff"
set
netlist
${handoff_dir}
/$
{
DESIGN
}
.v
set
sdc
${handoff_dir}
/$
{
DESIGN
}
.sdc
set site
"FreePDK45_38x28_10R_NP_162NW_34O"
...
...
@@ -58,15 +60,15 @@ createBasicPathGroups -expanded
## Generate the floorplan ##
if
{[
info
exist ::env
(
PHY_SYNTH
)]
&&
$::env
(
PHY_SYNTH
)
== 1
}
{
defIn
$
floorplan
_
def
defIn
$
{handoff_dir}
/$
{
DESIGN
}
.
def
}
else
{
defIn
$floorplan
_def
addHaloToBlock -allMacro 5 5 5 5
place_design -concurrent_macros
refine_macro_place
}
suspend
saveDesign
${encDir}
/$
{
DESIGN
}
_floorplan.enc
setPlaceMode -place_detail_legalization_inst_gap 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment