Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
CAOS_HW
HDL_IP
SafeSU
Commits
f0891909
Commit
f0891909
authored
Apr 21, 2021
by
GuillemCabo
Committed by
Guillem
Nov 23, 2021
Browse files
WIP synt experiments FT IPs
parent
1532d575
Changes
23
Hide whitespace changes
Inline
Side-by-side
synth/run_synth.sh
→
synth/
PMU_configs/
run_synth.sh
View file @
f0891909
File moved
synth/PMU_configs/synth.constr
0 → 100644
View file @
f0891909
set_driving_cell INVX1
set_load 0.015
synth/yosys_45.ys
→
synth/
PMU_configs/
yosys_45.ys
View file @
f0891909
#read file
verific -sv ../hdl/AXI_PMU.sv
verific -sv ../hdl/AXI_PMU_interface_v1_0_S00_AXI.sv
verific -sv ../submodules/MCCU/hdl/MCCU.sv
verific -sv ../../hdl/AXI_PMU.sv
verific -sv ../../hdl/AXI_PMU_interface_v1_0_S00_AXI.sv
verific -sv ../../submodules/MCCU/hdl/MCCU.sv
verific -sv ../../submodules/RDC/hdl/RDC.sv
verific -import AXI_PMU
prep -top AXI_PMU
...
...
@@ -14,15 +15,15 @@ techmap; opt
#mapping flip-flops to mycells.lib
#TODO: Replace absolute path libraries by a variable
dfflibmap -liberty /home/
bscuser/PDK_opensource/NCSU-FreePDK45-1.4/ncsu-FreePDK45-1.4
/FreePDK45/osu_soc/lib/files/gscl45nm.lib
dfflibmap -liberty /home/
gcabo/PDKs
/FreePDK45/osu_soc/lib/files/gscl45nm.lib
#mapping logic to mycells.lib
#abc -liberty mycells.lib
#TODO: Replace absolute path libraries by a variable
abc -D 10 -constr synth.constr -liberty /home/
bscuser/PDK_opensource/NCSU-FreePDK45-1.4/ncsu-FreePDK45-1.4
/FreePDK45/osu_soc/lib/files/gscl45nm.lib
abc -D 10 -constr synth.constr -liberty /home/
gcabo/PDKs
/FreePDK45/osu_soc/lib/files/gscl45nm.lib
#get area
#TODO: Replace absolute path libraries by a variable
stat -liberty /home/
bscuser/PDK_opensource/NCSU-FreePDK45-1.4/ncsu-FreePDK45-1.4
/FreePDK45/osu_soc/lib/files/gscl45nm.lib
stat -liberty /home/
gcabo/PDKs
/FreePDK45/osu_soc/lib/files/gscl45nm.lib
#cleanup
clean
...
...
Prev
1
2
Next
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