Skip to content
Snippets Groups Projects
Commit 8c2a2956 authored by Pieter Van Trappen's avatar Pieter Van Trappen Committed by Tristan Gingold
Browse files

fasec_ref_design - add Makefile

parent 3170c725
Branches
Tags
No related merge requests found
#!/usr/bin/make
PROJNAME=myproj
all: ${PROJNAME}
${PROJNAME}: system_top.tcl
vivado -mode batch -source $^ -notrace
clean:
rm -r ./${PROJNAME} .Xil
rm *.log *.jou *.str
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment