Added zoom to technology file so labels in each tech are readable size. Made default size.

This commit is contained in:
mguthaus
2017-05-23 16:18:11 -07:00
parent 2e86da4cd1
commit 7ca5c0b34f
4 changed files with 15 additions and 4 deletions
+3
View File
@@ -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######################################################################################
+3
View File
@@ -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######################################################################################