mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	bump into virtual/physcial memory?
This commit is contained in:
		
							parent
							
								
									4427780a41
								
							
						
					
					
						commit
						5bf6add635
					
				| @ -247,7 +247,7 @@ module testbench_busybear(); | |||||||
|         #10; $stop; |         #10; $stop; | ||||||
|       end |       end | ||||||
|       scan_file_PCW = $fscanf(data_file_PCW, "%s\n", PCtextW); |       scan_file_PCW = $fscanf(data_file_PCW, "%s\n", PCtextW); | ||||||
|       if (PCtextW != "ret" && PCtextW != "fence" && PCtextW != "nop" && PCtextW != "mret") begin |       if (PCtextW != "ret" && PCtextW != "fence" && PCtextW != "nop" && PCtextW != "mret" && PCtextW != "sfence.vma" && PCtextW != "unimp") begin | ||||||
|         scan_file_PC = $fscanf(data_file_PCW, "%s\n", PCtext2W); |         scan_file_PC = $fscanf(data_file_PCW, "%s\n", PCtext2W); | ||||||
|         PCtextW = {PCtextW, " ", PCtext2W}; |         PCtextW = {PCtextW, " ", PCtext2W}; | ||||||
|       end |       end | ||||||
| @ -284,7 +284,7 @@ module testbench_busybear(); | |||||||
|       end |       end | ||||||
|       // first read instruction
 |       // first read instruction
 | ||||||
|       scan_file_PC = $fscanf(data_file_PC, "%s\n", PCtext); |       scan_file_PC = $fscanf(data_file_PC, "%s\n", PCtext); | ||||||
|       if (PCtext != "ret" && PCtext != "fence" && PCtext != "nop" && PCtext != "mret") begin |       if (PCtext != "ret" && PCtext != "fence" && PCtext != "nop" && PCtext != "mret" && PCtext != "sfence.vma" && PCtext != "unimp") begin | ||||||
|         scan_file_PC = $fscanf(data_file_PC, "%s\n", PCtext2); |         scan_file_PC = $fscanf(data_file_PC, "%s\n", PCtext2); | ||||||
|         PCtext = {PCtext, " ", PCtext2}; |         PCtext = {PCtext, " ", PCtext2}; | ||||||
|       end |       end | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user