8 lines
160 B
Makefile
8 lines
160 B
Makefile
![]() |
|
||
|
|
||
|
impl:
|
||
|
cd build && vivado -mode batch -notrace -quiet -source ../test.tcl
|
||
|
|
||
|
prog:
|
||
|
cd build && vivado -mode batch -notrace -quiet -source ../xdma480t_prog.tcl
|