mirror of https://github.com/VLSIDA/OpenRAM.git
17 lines
426 B
Python
17 lines
426 B
Python
|
|
# See LICENSE for licensing information.
|
||
|
|
#
|
||
|
|
# Copyright (c) 2016-2021 Regents of the University of California and The Board
|
||
|
|
# of Regents for the Oklahoma Agricultural and Mechanical College
|
||
|
|
# (acting for and on behalf of Oklahoma State University)
|
||
|
|
# All rights reserved.
|
||
|
|
#
|
||
|
|
from globals import OPTS
|
||
|
|
word_size = 2
|
||
|
|
num_words = 16
|
||
|
|
|
||
|
|
tech_name = OPTS.tech_name
|
||
|
|
output_name = "sram"
|
||
|
|
|
||
|
|
nominal_corner_only = True
|
||
|
|
spice_name = "ngspice"
|