forked from Github_Repos/cvw
		
	busybear: remove now unneeded hack for fixed CSR issue
This commit is contained in:
		
							parent
							
								
									db95151d8d
								
							
						
					
					
						commit
						b32128465c
					
				@ -416,18 +416,6 @@ module testbench();
 | 
			
		||||
  `CHECK_CSR2(STVAL, `CSRS)
 | 
			
		||||
  `CHECK_CSR(STVEC)
 | 
			
		||||
 | 
			
		||||
              //$stop;
 | 
			
		||||
  generate 
 | 
			
		||||
    if (`BUSYBEAR == 1) begin
 | 
			
		||||
      initial begin //this is temporary until the bug can be fixed!!!
 | 
			
		||||
        #11130100;
 | 
			
		||||
      force dut.hart.ieu.dp.regf.rf[5] = 64'h0000000080000004;
 | 
			
		||||
      #100;
 | 
			
		||||
      release dut.hart.ieu.dp.regf.rf[5];
 | 
			
		||||
      end
 | 
			
		||||
    end 
 | 
			
		||||
  endgenerate
 | 
			
		||||
 | 
			
		||||
  logic speculative;
 | 
			
		||||
  initial begin
 | 
			
		||||
    speculative = 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user