mirror of https://github.com/VLSIDA/OpenRAM.git
14 lines
314 B
Python
14 lines
314 B
Python
# See LICENSE for licensing information.
|
|
#
|
|
# Copyright (c) 2016-2024 Regents of the University of California, Santa Cruz
|
|
# All rights reserved.
|
|
#
|
|
from .shared_config import *
|
|
word_size = 32
|
|
num_words = 2048
|
|
|
|
output_extended_config = True
|
|
output_datasheet_info = True
|
|
netlist_only = True
|
|
nominal_corner_only = True
|