OpenRAM/compiler/tests/configs/config.py

21 lines
480 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
2023-01-29 07:56:27 +01:00
# Copyright (c) 2016-2023 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 = 1
num_words = 16
tech_name = OPTS.tech_name
nominal_corner_only = True
check_lvsdrc = True
#route_supplies = False
output_name = "sram"
2023-03-14 00:42:24 +01:00
rom_data_dir = "tests/configs"