AnoushkaTripathi / USR_RTLtoGDSII

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USR_RTLtoGDSII

image

Yosys commands for gate level synthesis using SKY130 process node and PDK

read_liberty -lib /home/anoushkatripathi/usr/lib/sky130_fd_sc_hd__tt_025C_1v80.lib
read_verilog usr.v
synth -top usr
dfflibmap -liberty /home/anoushkatripathi/usr/lib/sky130_fd_sc_hd__tt_025C_1v80.lib
abc -liberty /home/anoushkatripathi/usr/lib/sky130_fd_sc_hd__tt_025C_1v80.lib -script +strash;scorr;ifraig;retime,{D};strash;dch,-f;map,-M,1,{D}
clean
flatten
# write synthesized design
write_verilog -noattr iiitb_usr_synth.v
stat 
show

About

License:MIT License