2022-11-30 23:50:43 +01:00
|
|
|
# See LICENSE for licensing information.
|
|
|
|
|
#
|
2023-01-29 07:56:27 +01:00
|
|
|
# Copyright (c) 2016-2023 Regents of the University of California, Santa Cruz
|
2022-11-30 23:50:43 +01:00
|
|
|
# All rights reserved.
|
|
|
|
|
#
|
2022-11-27 22:01:20 +01:00
|
|
|
from .shared_config import *
|
2021-06-04 22:38:17 +02:00
|
|
|
word_size = 8
|
|
|
|
|
num_words = 256
|
|
|
|
|
words_per_row = 1
|
|
|
|
|
local_array_size = 1
|
|
|
|
|
|
|
|
|
|
output_extended_config = True
|
|
|
|
|
output_datasheet_info = True
|
|
|
|
|
netlist_only = True
|
|
|
|
|
nominal_corner_only = True
|