upsilon/gateware/rtl/Makefile

15 lines
314 B
Makefile
Raw Normal View History

2023-06-15 12:24:35 -04:00
# Copyright 2023 (C) Peter McGoron
# This file is a part of Upsilon, a free and open source software project.
# For license terms, refer to the files in `doc/copying` in the Upsilon
# source distribution.
2024-02-08 07:57:22 -05:00
#all: make_bram
2023-03-15 14:57:08 -04:00
2024-02-08 07:57:22 -05:00
dummy:
@echo empty
#make_bram:
# cd bram && make codegen
#clean:
# cd bram && make clean