2022-11-30 23:50:43 +01:00
|
|
|
# See LICENSE for licensing information.
|
|
|
|
|
#
|
2024-01-03 23:32:44 +01:00
|
|
|
# Copyright (c) 2016-2024 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-05-21 00:26:24 +02:00
|
|
|
word_size = 128
|
|
|
|
|
num_words = 1024
|
|
|
|
|
|
|
|
|
|
output_extended_config = True
|
|
|
|
|
output_datasheet_info = True
|
|
|
|
|
netlist_only = True
|
2022-11-27 22:01:20 +01:00
|
|
|
nominal_corner_only = True
|