2023-03-09 21:58:04 +01:00
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
nominal_corner_only = True
|
|
|
|
|
|
|
|
|
|
|
2023-03-13 19:27:53 +01:00
|
|
|
rom_data = "rom_configs/example_1kbyte.dat"
|
|
|
|
|
|
|
|
|
|
output_name = "rom_1kbyte"
|
|
|
|
|
output_path = "macro/{output_name}".format(**locals())
|
2023-03-09 21:58:04 +01:00
|
|
|
|
2023-03-13 19:27:53 +01:00
|
|
|
import os
|
|
|
|
|
exec(open(os.path.join(os.path.dirname(__file__), 'sky130_rom_common.py')).read())
|