upsilon/gateware/rtl/Makefile

17 lines
334 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-25 19:47:43 -05:00
all:
echo "dummy"
2024-02-25 19:47:43 -05:00
#make_spi:
# cd spi && make codegen
2023-03-15 14:57:08 -04:00
2024-02-08 07:57:22 -05:00
#make_bram:
# cd bram && make codegen
#clean:
# cd bram && make clean