mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	change genCheckpoint.sh to only log 128MB of RAM
This commit is contained in:
		
							parent
							
								
									284f1ab75e
								
							
						
					
					
						commit
						6b812f33e1
					
				@ -109,7 +109,7 @@ then
 | 
				
			|||||||
    x/1xw 0x0C201000
 | 
					    x/1xw 0x0C201000
 | 
				
			||||||
    set logging off
 | 
					    set logging off
 | 
				
			||||||
    shell echo \"GDB storing RAM to $rawRamFile\"
 | 
					    shell echo \"GDB storing RAM to $rawRamFile\"
 | 
				
			||||||
    dump binary memory $rawRamFile 0x80000000 0xffffffff
 | 
					    dump binary memory $rawRamFile 0x80000000 0x07ffffff
 | 
				
			||||||
    kill
 | 
					    kill
 | 
				
			||||||
    q
 | 
					    q
 | 
				
			||||||
end_of_script
 | 
					end_of_script
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user