forked from Github_Repos/cvw
		
	Addded fix for 32 bit periph test and added test to regression
This commit is contained in:
		
							parent
							
								
									2dfa426e10
								
							
						
					
					
						commit
						f486a763d9
					
				@ -264,6 +264,7 @@ module ifu (
 | 
			
		||||
 | 
			
		||||
      if(`IROM_SUPPORTED) mux2 #(32) UnCachedDataMux2(FetchBuffer, IROMInstrF, SelIROM, InstrRawF);
 | 
			
		||||
      else assign InstrRawF = FetchBuffer;
 | 
			
		||||
      assign CacheCommittedF = 1'b0;
 | 
			
		||||
      assign IFUHBURST = 3'b0;
 | 
			
		||||
      assign {ICacheFetchLine, ICacheStallF, FinalInstrRawF} = '0;
 | 
			
		||||
      assign {ICacheMiss, ICacheAccess} = '0;
 | 
			
		||||
 | 
			
		||||
@ -1911,7 +1911,7 @@ string imperas32f[] = '{
 | 
			
		||||
 | 
			
		||||
 string wally32periph[] = '{
 | 
			
		||||
    `WALLYTEST,
 | 
			
		||||
    //"rv32i_m/privilege/src/WALLY-periph-01.S",
 | 
			
		||||
    "rv32i_m/privilege/src/WALLY-periph-01.S",
 | 
			
		||||
    "rv32i_m/privilege/src/WALLY-gpio-01.S",
 | 
			
		||||
    "rv32i_m/privilege/src/WALLY-clint-01.S",
 | 
			
		||||
    "rv32i_m/privilege/src/WALLY-uart-01.S",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user