OpenRAM/compiler/tests/configs/config_front_end.py

14 lines
355 B
Python
Raw Normal View History

# See LICENSE for licensing information.
#
2021-01-22 20:23:28 +01:00
# Copyright (c) 2016-2021 Regents of the University of California and The Board
2019-06-14 17:43:41 +02:00
# of Regents for the Oklahoma Agricultural and Mechanical College
# (acting for and on behalf of Oklahoma State University)
# All rights reserved.
#
from globals import OPTS
2016-11-08 18:57:35 +01:00
word_size = 1
num_words = 16
tech_name = OPTS.tech_name
2019-11-17 01:49:38 +01:00