mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	update jtag id in openocd.cfg
This commit is contained in:
		
							parent
							
								
									ba9d3514b7
								
							
						
					
					
						commit
						61defc737f
					
				@ -20,7 +20,7 @@ transport select jtag
 | 
			
		||||
adapter speed 1000
 | 
			
		||||
 | 
			
		||||
set _CHIPNAME cvw
 | 
			
		||||
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0xDEADBEEF
 | 
			
		||||
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10001005
 | 
			
		||||
 | 
			
		||||
set _TARGETNAME $_CHIPNAME.cpu
 | 
			
		||||
target create $_TARGETNAME riscv -chain-position $_TARGETNAME
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user