mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	fixing coremark branch prediction
This commit is contained in:
		
							parent
							
								
									74ebe0bef2
								
							
						
					
					
						commit
						bccd37d778
					
				@ -93,7 +93,7 @@ add wave -divider RAM
 | 
				
			|||||||
add wave -hex -r /testbench/dut/uncore/dtim/RAM
 | 
					add wave -hex -r /testbench/dut/uncore/dtim/RAM
 | 
				
			||||||
add wave -divider Misc
 | 
					add wave -divider Misc
 | 
				
			||||||
add wave -divider
 | 
					add wave -divider
 | 
				
			||||||
#add wave -hex -r /testbench/*
 | 
					add wave -hex -r /testbench/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Set Wave Output Items 
 | 
					-- Set Wave Output Items 
 | 
				
			||||||
TreeUpdate [SetDefaultTree]
 | 
					TreeUpdate [SetDefaultTree]
 | 
				
			||||||
@ -111,5 +111,6 @@ set DefaultRadix hexadecimal
 | 
				
			|||||||
-- Run the Simulation 
 | 
					-- Run the Simulation 
 | 
				
			||||||
#run 7402000
 | 
					#run 7402000
 | 
				
			||||||
#run 12750
 | 
					#run 12750
 | 
				
			||||||
run -all
 | 
					#run -all
 | 
				
			||||||
 | 
					run 3000
 | 
				
			||||||
#quit
 | 
					#quit
 | 
				
			||||||
 | 
				
			|||||||
@ -92,6 +92,12 @@ module testbench();
 | 
				
			|||||||
      end
 | 
					      end
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  initial begin
 | 
				
			||||||
 | 
					    $readmemb(`TWO_BIT_PRELOAD, dut.hart.ifu.bpred.DirPredictor.memory.memory);
 | 
				
			||||||
 | 
					    $readmemb(`BTB_PRELOAD, dut.hart.ifu.bpred.TargetPredictor.memory.memory);
 | 
				
			||||||
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
/* verilator lint_on STMTDLY */
 | 
					/* verilator lint_on STMTDLY */
 | 
				
			||||||
/* verilator lint_on WIDTH */
 | 
					/* verilator lint_on WIDTH */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user