mirror of https://github.com/VLSIDA/OpenRAM.git
19 lines
432 B
Python
19 lines
432 B
Python
# See LICENSE for licensing information.
|
|
#
|
|
# Copyright (c) 2016-2023 Regents of the University of California and The Board
|
|
# of Regents for the Oklahoma Agricultural and Mechanical College
|
|
# (acting for and on behalf of Oklahoma State University)
|
|
# All rights reserved.
|
|
#
|
|
|
|
word_size = 1
|
|
|
|
tech_name = "sky130"
|
|
|
|
nominal_corner_only = True
|
|
|
|
output_name = "rom"
|
|
|
|
spice_name = "ngspice"
|
|
|
|
rom_data = "macros/rom_example_data/rom_data_1kB" |