OpenRAM/compiler/tests/configs/config_mem_char_func.py

18 lines
448 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.
#
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"
analytical_delay = False
2022-04-21 22:06:13 +02:00
nominal_corner_only = True
spice_name = "Xyce"