upsilon/gateware/rtl/Makefile

23 lines
424 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 23:11:09 -05:00
all: make_spi
2024-02-25 23:11:09 -05:00
make_spi:
cd spi && make codegen
2023-03-15 14:57:08 -04:00
2024-03-03 17:35:19 -05:00
test_waveform:
cd waveform && make test
test: test_waveform
clean:
cd waveform && make clean
2024-02-08 07:57:22 -05:00
#make_bram:
# cd bram && make codegen
#clean:
# cd bram && make clean