mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Added `CONFIG_VOLTAGE` and `CFGBVS` to constraints file to avoid warning `DRC 23-20`. Added `open_hw` needed for programming.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Tcl
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			Tcl
		
	
	
	
	
	
| open_hw
 | |
| connect_hw_server
 | |
| open_hw_target [lindex [get_hw_targets] 0]
 | |
| set_property PROGRAM.FILE example.bit [lindex [get_hw_devices] 0]
 | |
| program_hw_devices [lindex [get_hw_devices] 0]
 |