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
4959d3cc
Commit
4959d3cc
authored
Jun 06, 2022
by
sakundu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Cadence run scripts
parent
2f8eb5ce
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
57 additions
and
4 deletions
+57
-4
Flows/NanGate45/ariane133/scripts/cadence/mp_config.tcl
+5
-0
Flows/NanGate45/ariane133/scripts/cadence/run_genus.tcl
+7
-1
Flows/NanGate45/ariane133/scripts/cadence/run_invs.tcl
+7
-1
Flows/NanGate45/ariane136/scripts/cadence/mp_config.tcl
+6
-0
Flows/NanGate45/ariane136/scripts/cadence/run_genus.tcl
+7
-1
Flows/NanGate45/ariane136/scripts/cadence/run_invs.tcl
+7
-1
Flows/NanGate45/mempool_tile/scripts/cadence/gen_mp_config.tcl
+6
-0
Flows/NanGate45/mempool_tile/scripts/cadence/mp_config.tcl
+6
-0
Flows/NanGate45/mempool_tile/scripts/cadence/run_invs.tcl
+6
-0
No files found.
Flows/NanGate45/ariane133/scripts/cadence/mp_config.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
##########################################
# Masterplan User Constraint File Template
##########################################
...
...
Flows/NanGate45/ariane133/scripts/cadence/run_genus.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
set
top_module ariane
set_db max_cpus_per_server 16
set_db super_thread_servers
"localhost"
set
libdir
"../../
platforms/nang
ate45/lib/"
set
libdir
"../../
../../../Enablements/NanG
ate45/lib/"
set
libworst
"
${libdir}
/NangateOpenCellLibrary_typical.lib
\
...
...
Flows/NanGate45/ariane133/scripts/cadence/run_invs.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
setMultiCpuUsage -localCpu 16
set
design ariane
set util 0.3
set
dir
"../../../../
platforms/nangate45
"
set
dir
"../../../../
../Enablements/NanGate45/
"
set
netlist
"../../netlist/
$design.v
"
set
sdc
"../../constraints/
$design.sdc
"
set
lef
"
${dir}
/lef/NangateOpenCellLibrary.tech.lef
\
...
...
Flows/NanGate45/ariane136/scripts/cadence/mp_config.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
##########################################
# Masterplan User Constraint File Template
##########################################
...
...
Flows/NanGate45/ariane136/scripts/cadence/run_genus.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
set
top_module ariane
set_db max_cpus_per_server 16
set_db super_thread_servers
"localhost"
set
libdir
"../../
platforms/nang
ate45/lib/"
set
libdir
"../../
../../../Enablements/NanG
ate45/lib/"
set
libworst
"
${libdir}
/NangateOpenCellLibrary_typical.lib
\
...
...
Flows/NanGate45/ariane136/scripts/cadence/run_invs.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
setMultiCpuUsage -localCpu 16
set
design ariane
set util 0.3
set
dir
"../../../../
platforms/nangate45
"
set
dir
"../../../../
../Enablements/NanGate45/
"
set
netlist
"../../netlist/
$design.v
"
set
sdc
"../../constraints/
$design.sdc
"
set
lef
"
${dir}
/lef/NangateOpenCellLibrary.tech.lef
\
...
...
Flows/NanGate45/mempool_tile/scripts/cadence/gen_mp_config.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
puts
"VERSION 1.0"
set
mem_hier
""
foreach
a
[
dbget
[
dbget top.insts.cell.name fakeram45_* -p2
]
.name
]
{
...
...
Flows/NanGate45/mempool_tile/scripts/cadence/mp_config.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
VERSION 1.0
BEGIN SEED
name=i_tile/gen_banks_0__mem_bank
...
...
Flows/NanGate45/mempool_tile/scripts/cadence/run_invs.tcl
View file @
4959d3cc
## This script was written and developed by UCSD ABKGroup,
## however, the underlying commands and reports are copyrighted
## by Cadence. We thank Cadence for granting permission to share
## our research to help promote and foster the next generation of
## innovators.
setMultiCpuUsage -localCpu 32
set
design mempool_tile_wrap
...
...
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