Skip to content

Commit

Permalink
read_lef_to_icc2.tcl
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelazeem201 authored Jan 9, 2024
1 parent 42ed61e commit e5cffcb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions read_lef_to_icc2.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
set synospsy_tech "/data/proj/library/SAED32nm/tech/milkyway/saed32nm_1p9m_mw.v10.tf"

### create workspace
create_workspace -technology $synospsy_tech -flow frame readndmlib
create_workspace -technology $synospsy_tech -flow exploration readndmlib

set_pvt_configuration -voltage {0.95 1.16} -temperatures {125 -40}
read_dc [glob ./libs/DB/*.db]
read_lef /data/proj/library/SAED32nm/lib/stdcell_hvt/lef/saed32nm_hvt_1p9m.lef

group_libs
process_workspaces

check_workspace
commit_workspace

/data/proj/library/SAED32nm/lib/stdcell_hvt/ndm/saed32_hvt_std.ndm/

0 comments on commit e5cffcb

Please sign in to comment.