mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Added zoom to technology file so labels in each tech are readable size. Made default size.
This commit is contained in:
@@ -12,7 +12,10 @@ info["has_nwell"] = True
|
||||
|
||||
#GDS file info
|
||||
GDS = {}
|
||||
# gds units
|
||||
GDS["unit"] = (0.0005,1e-9)
|
||||
# default label zoom
|
||||
GDS["zoom"] = 0.05
|
||||
|
||||
#####################################################################################################
|
||||
##GDS Layer Map######################################################################################
|
||||
|
||||
@@ -11,7 +11,10 @@ info["has_nwell"] = True
|
||||
|
||||
#GDS file info
|
||||
GDS={}
|
||||
# gds units
|
||||
GDS["unit"]=(0.001,1e-6)
|
||||
# default label zoom
|
||||
GDS["zoom"] = 0.5
|
||||
|
||||
#####################################################################################################
|
||||
##GDS Layer Map######################################################################################
|
||||
|
||||
Reference in New Issue
Block a user