Skip to content
Snippets Groups Projects
Commit 8aa905ad authored by Po-Han Chen's avatar Po-Han Chen
Browse files

update GcdUnit, generate LVS netlist without fillers

parent 5b97722c
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,10 @@ foreach x $ADK_LVS_EXCLUDE_CELL_LIST {
# Typically we would exclude cells, but we are not in this case,
# since Magic creates abstract views for all cells (incl. filler)
saveNetlist -excludeLeafCell \
-flat \
-phys \
$vars(results_dir)/$vars(design).lvs.v
-flat \
-phys \
-excludeCellInst $lvs_exclude_list \
$vars(results_dir)/$vars(design).lvs.v
# saveNetlist -excludeLeafCell \
# -phys \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment