add makefile for openxc7 run (WORKING)

This commit is contained in:
Angelo Jacobo 2024-10-13 16:49:52 +08:00 committed by GitHub
parent a99066a556
commit a7858272a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ PART = xc7a100tfgg676-2
CHIPDB = ${ARTIX7_CHIPDB}
ADDITIONAL_SOURCES = ../../rtl/ddr3_controller.v ../../rtl/ddr3_phy.v ../../rtl/ddr3_top.v uart_rx.v uart_tx.v clk_wiz.v
#############################################################################################
NEXTPNR_XILINX_DIR ?= /snap/openxc7/current/opt/nextpnr-xilinx
NEXTPNR_XILINX_PYTHON_DIR ?= ${NEXTPNR_XILINX_DIR}/python
@ -67,4 +68,4 @@ clean:
.PHONY: pnrclean
pnrclean:
rm *.fasm *.frames *.bit
rm *.fasm *.frames *.bit