yuexplore
Newbie level 5
I have an assignment using ASAP7 as library. When I steam out the GDSII from innovus and stream in to virtuoso. I found that all of cells are scaled down 4x, while power rings and other wires keep same as layout in innovus. I can make the cell back to normal size when streaming in by setting a scale to 0.25, but VIAs are enlarged simultaneously, so it seems not an ideal solution. Anyone knew what cause the problem and how to resolve it?
I use following command to stream out ( I tried to modify the units to 1000 or other, but it didn't make any changes)
streamOut ${DESIGN_NAME}.gds -merge /home/class/ee5323ta/Calibre_Tutorial/GDS/*gds -mapFile /home/class/ee5323ta/Calibre_Tutorial/asap7_fromAPR.layermap -libName DesignName -structureName test_circuit_inv_h2 -units 4000 -mode ALL
I use following command to stream out ( I tried to modify the units to 1000 or other, but it didn't make any changes)
streamOut ${DESIGN_NAME}.gds -merge /home/class/ee5323ta/Calibre_Tutorial/GDS/*gds -mapFile /home/class/ee5323ta/Calibre_Tutorial/asap7_fromAPR.layermap -libName DesignName -structureName test_circuit_inv_h2 -units 4000 -mode ALL