mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 20:00:14 +02:00
Clean up tech files to remove old parameters moved to premade cell classes.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import os
|
||||
|
||||
"""
|
||||
File containing the process technology parameters.
|
||||
"""
|
||||
|
||||
info = {}
|
||||
info["name"] = "freepdk45"
|
||||
info["body_tie_down"] = 0
|
||||
@@ -54,28 +57,6 @@ layer["boundary"]= 239
|
||||
##END GDS Layer Map##################################################################################
|
||||
#####################################################################################################
|
||||
|
||||
#####################################################################################################
|
||||
##GDS Library File Parameters########################################################################
|
||||
#####################################################################################################
|
||||
|
||||
#lib cell size info
|
||||
import os
|
||||
import utils
|
||||
|
||||
|
||||
cell = {}
|
||||
sense_amp = {}
|
||||
write_driver = {}
|
||||
tri_gate = {}
|
||||
ms_flop = {}
|
||||
replica_cell = {}
|
||||
|
||||
|
||||
|
||||
#####################################################################################################
|
||||
##END GDS Library File Parameters####################################################################
|
||||
#####################################################################################################
|
||||
|
||||
#####################################################################################################
|
||||
##DRC/LVS Rules Setup################################################################################
|
||||
#####################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user