Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NanoSoC Tech
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SoCLabs
NanoSoC Tech
Commits
d2f406db
Commit
d2f406db
authored
1 year ago
by
Daniel Newbrook
Browse files
Options
Downloads
Patches
Plain Diff
Add sdf write out for synthesis
parent
9f4825dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ASIC/28pin/Cadence/scripts/genus.tcl
+2
-0
2 additions, 0 deletions
ASIC/28pin/Cadence/scripts/genus.tcl
ASIC/44pin/Cadence/scripts/genus.tcl
+28
-5
28 additions, 5 deletions
ASIC/44pin/Cadence/scripts/genus.tcl
ASIC/60pin/Cadence/scripts/genus.tcl
+2
-0
2 additions, 0 deletions
ASIC/60pin/Cadence/scripts/genus.tcl
with
32 additions
and
5 deletions
ASIC/28pin/Cadence/scripts/genus.tcl
+
2
−
0
View file @
d2f406db
...
...
@@ -61,6 +61,8 @@ report_power > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/reports/syn_nanosoc_
write_hdl > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_28pin.v
write_hdl -pg > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_28pins.vp
write_sdf -timescale ns > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_28pin.sdf
#report_scan_chains > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/dft/nanosoc_scan_chains.rep
#report_scan_setup > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/dft/nanosoc_scan_setup.rep
#report_scan_registers > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/dft/nanosoc_scan_registers.rep
...
...
This diff is collapsed.
Click to expand it.
ASIC/44pin/Cadence/scripts/genus.tcl
+
28
−
5
View file @
d2f406db
#-----------------------------------------------------------------------------
# NanoSoC gate synthesis script for Cadence Genus
# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
#
# run: genus -f genus.tcl
# Contributors
#
# Daniel Newbrook (d.newbrook@soton.ac.uk)
# David Flynn (d.w.flynn@soton.ac.uk)
# Srimanth Tenneti
#
# Copyright (C) 2023, SoC Labs (www.soclabs.org)
#-----------------------------------------------------------------------------
## -- Setup libraries -- ##
set_db init_lib_search_path
"/home/dwn1c21/SoC-Labs/phys_ip/tsmc/cln65lp/Front_End/timing_power_noise/NLDM/tpdn65lpnv2od3_200a/
$::env
(PHYS_IP)/arm/tsmc/cln65lp/sc12_base_rvt/r0p0/lib/
$::env
(SOCLABS_PROJECT_DIR)/memories/rf_16k/
$::env
(SOCLABS_PROJECT_DIR)/memories/bootrom/"
set BASE_LIB sc12_cln65lp_base_rvt_ss_typical_max_1p08v_125c.lib
set RF_LIB rf_16k_ss_1p08v_1p08v_125c.lib
...
...
@@ -6,19 +21,25 @@ set IO_PAD_DRIVER tpdn65lpnv2od3bc.lib
create_library_domain domain1
set_db
[
get_db library_domains domain1
]
.library
"
$
BASE_LIB
$
RF_LIB
$
ROM_LIB
$
IO_PAD_DRIVER"
## -- Load power intent for top and accelerator power domains -- ##
read_power_intent -cpf -module nanosoc_chip_pads ../cpf/nanosoc.cpf
## -- Uncomment if you want to preserve hierarchy -- ##
#set_db auto_ungroup none
## -- Read in RTL and elaborate top level
source $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/flist/genus_flist.tcl
read_hdl -define POWER_PINS $env
(
SOCLABS_NANOSOC_TECH_DIR
)
/ASIC/nanosoc_chip_pads/tsmc65lp/nanosoc_chip_pads_44pin.v
elaborate nanosoc_chip_pads
## -- Apply power intent and check library and CPF -- ##
apply_power_intent
check_library > lib_check.log
check_cpf
check_library > syn_lib_check.log
check_cpf > syn_cpf_check.log
commit_power_intent
check_power_structure -license lpgxl
check_power_structure -license lpgxl
> syn_pow_check.log
## -- Read constraints -- ##
read_sdc $::env
(
SOCLABS_NANOSOC_TECH_DIR
)
/ASIC/constraints.sdc
#set_db dft_scan_style muxed_scan
...
...
@@ -60,6 +81,8 @@ report_power > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/reports/syn_nanosoc_
write_hdl > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_44pin.v
write_hdl -pg > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_44pin.vp
write_sdf -timescale ns > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_44pin.sdf
#report_scan_chains > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/dft/nanosoc_scan_chains_44pin.rep
#report_scan_setup > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/dft/nanosoc_scan_setup_44pin.rep
#report_scan_registers > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/dft/nanosoc_scan_registers_44pin.rep
...
...
This diff is collapsed.
Click to expand it.
ASIC/60pin/Cadence/scripts/genus.tcl
+
2
−
0
View file @
d2f406db
...
...
@@ -60,6 +60,8 @@ report_power > $::env(SOCLABS_PROJECT_DIR)/imp/ASIC/nanosoc/reports/nanosoc_powe
write_hdl > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_60pin.vm
write_hdl -pg > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_60pin.vp
write_sdf -timescale ns > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/netlist/nanosoc_chip_pads_60pin.sdf
report_scan_chains > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/dft/nanosoc_scan_chains_60pin.rep
report_scan_setup > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/dft/nanosoc_scan_setup_60pin.rep
report_scan_registers > $::env
(
SOCLABS_PROJECT_DIR
)
/imp/ASIC/nanosoc/dft/nanosoc_scan_registers_60pin.rep
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment