2019-04-26 21:21:50 +02:00
|
|
|
# See LICENSE for licensing information.
|
|
|
|
|
#
|
2021-01-22 20:23:28 +01:00
|
|
|
# Copyright (c) 2016-2021 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.
|
2019-04-26 21:21:50 +02:00
|
|
|
#
|
2019-11-17 01:44:31 +01:00
|
|
|
from globals import OPTS
|
2018-09-13 21:53:35 +02:00
|
|
|
word_size = 1
|
|
|
|
|
num_words = 16
|
|
|
|
|
|
2019-11-17 01:44:31 +01:00
|
|
|
tech_name = OPTS.tech_name
|
2019-11-20 18:50:27 +01:00
|
|
|
|
2019-11-29 21:08:53 +01:00
|
|
|
nominal_corner_only = True
|
2019-04-01 19:35:17 +02:00
|
|
|
check_lvsdrc = True
|
2018-09-13 21:53:35 +02:00
|
|
|
|
2022-03-12 03:01:45 +01:00
|
|
|
output_name = "sram"
|