2022-04-21 22:06:13 +02:00
|
|
|
# See LICENSE for licensing information.
|
|
|
|
|
#
|
2023-02-21 22:52:21 +01:00
|
|
|
# Copyright (c) 2016-2023 Regents of the University of California and The Board
|
2022-04-21 22:06:13 +02:00
|
|
|
# of Regents for the Oklahoma Agricultural and Mechanical College
|
|
|
|
|
# (acting for and on behalf of Oklahoma State University)
|
|
|
|
|
# All rights reserved.
|
|
|
|
|
#
|
2023-04-19 21:41:39 +02:00
|
|
|
from openram import OPTS
|
2022-04-21 22:06:13 +02:00
|
|
|
word_size = 2
|
|
|
|
|
num_words = 16
|
|
|
|
|
|
|
|
|
|
tech_name = OPTS.tech_name
|
|
|
|
|
output_name = "sram"
|
|
|
|
|
|
|
|
|
|
nominal_corner_only = True
|
|
|
|
|
spice_name = "ngspice"
|