You've already forked ATOM-and-Module-Display-FPGA-Source
mirror of
https://github.com/m5stack/ATOM-and-Module-Display-FPGA-Source.git
synced 2026-05-20 10:59:51 -07:00
8 lines
263 B
Makefile
8 lines
263 B
Makefile
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
PROJECT_NAME := atomdisplay
|
|
TARGET := atomdisplay
|
|
|
|
include ../build_gowin.mk
|
|
|
|
SRCS := $(wildcard src/*.cst) $(wildcard src/*.sdc) $(wildcard src/*.sv) $(RTL_DIR)/m5stack_hdmi/video_generator.v src/$(TARGET_NAME).cst project.tcl
|