OpenRAM/compiler/tests/configs/config_mem_char_func.py

17 lines
426 B
Python
Raw Normal View History

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.
#
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"