mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			284 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			284 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| set pagination off
 | |
| set logging overwrite on
 | |
| set logging redirect on
 | |
| set logging file /mnt/scratch/riscv_testbench/riscv_boot_regs.txt
 | |
| set logging on
 | |
| x/i $pc
 | |
| x/x $pc
 | |
| info all-registers
 | |
| while ($pc != 0xffffffe000018fa4)
 | |
|   si
 | |
|   x/i $pc
 | |
|   x/x $pc
 | |
|   info all-registers
 | |
| end
 | |
| set logging off
 |