mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	FPGA makefile update.
This commit is contained in:
		
							parent
							
								
									f872be6fc3
								
							
						
					
					
						commit
						86de36b6ce
					
				@ -3,9 +3,9 @@ sdc_src := ~/repos/sdc.tar.gz
 | 
			
		||||
 | 
			
		||||
# Select the desired board and the all build rules
 | 
			
		||||
# vcu118
 | 
			
		||||
#export XILINX_PART := xcvu9p-flga2104-2L-e
 | 
			
		||||
#export XILINX_BOARD := xilinx.com:vcu118:part0:2.4
 | 
			
		||||
#export board := vcu118
 | 
			
		||||
export XILINX_PART := xcvu9p-flga2104-2L-e
 | 
			
		||||
export XILINX_BOARD := xilinx.com:vcu118:part0:2.4
 | 
			
		||||
export board := vcu118
 | 
			
		||||
 | 
			
		||||
# vcu108
 | 
			
		||||
#export XILINX_PART := xcvu095-ffva2104-2-e
 | 
			
		||||
@ -13,15 +13,15 @@ sdc_src := ~/repos/sdc.tar.gz
 | 
			
		||||
#export board := vcu108
 | 
			
		||||
 | 
			
		||||
# Arty A7
 | 
			
		||||
export XILINX_PART := xc7a100tcsg324-1
 | 
			
		||||
export XILINX_BOARD := digilentinc.com:arty-a7-100:part0:1.1
 | 
			
		||||
export board := ArtyA7
 | 
			
		||||
#export XILINX_PART := xc7a100tcsg324-1
 | 
			
		||||
#export XILINX_BOARD := digilentinc.com:arty-a7-100:part0:1.1
 | 
			
		||||
#export board := ArtyA7
 | 
			
		||||
 | 
			
		||||
# for Arty A7 and S7 boards
 | 
			
		||||
all: FPGA_Arty
 | 
			
		||||
#all: FPGA_Arty
 | 
			
		||||
 | 
			
		||||
# VCU 108 and VCU 118 boards
 | 
			
		||||
#all: FPGA_VCU
 | 
			
		||||
all: FPGA_VCU
 | 
			
		||||
 | 
			
		||||
FPGA_Arty: PreProcessFiles IP_Arty SDC
 | 
			
		||||
	vivado -mode tcl -source wally.tcl 2>&1 | tee wally.log
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user