OpenRAM/compiler/tests/configs/config_back_end.py

20 lines
448 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
# Copyright (c) 2016-2022 Regents of the University of California and The Board
2019-06-14 17:43:41 +02:00
# of Regents for the Oklahoma Agricultural and Mechanical College
# (acting for and on behalf of Oklahoma State University)
# All rights reserved.
#
2022-11-27 22:01:20 +01:00
from openram import OPTS
word_size = 2
num_words = 16
tech_name = OPTS.tech_name
nominal_corner_only = True
check_lvsdrc = True
spice_name = "ngspice"
output_name = "sram"
2019-11-17 01:49:38 +01:00