mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Minor testbench updates to rv64icfd
This commit is contained in:
		
							parent
							
								
									47487a625f
								
							
						
					
					
						commit
						49a4097d97
					
				@ -118,7 +118,6 @@ string tests32f[] = '{
 | 
			
		||||
    "rv64f/I-FSUB-S-01", "2000"
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  string tests64d[] = '{
 | 
			
		||||
    "rv64d/I-FMV-D-X-01", "2000",
 | 
			
		||||
    // "rv64d/I-FADD-D-01", "2000",
 | 
			
		||||
@ -154,8 +153,6 @@ string tests32f[] = '{
 | 
			
		||||
    // "rv64d/I-FSUB-D-01", "2000"
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  string tests64a[] = '{
 | 
			
		||||
    "rv64a/WALLY-AMO", "2110",
 | 
			
		||||
    "rv64a/WALLY-LRSC", "2110"
 | 
			
		||||
@ -441,9 +438,9 @@ string tests32f[] = '{
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  string testsBP64[] = '{
 | 
			
		||||
			 "rv64BP/simple", "10000",
 | 
			
		||||
			 "rv64BP/qsort", "1000000",
 | 
			
		||||
			 "rv64BP/sieve", "1000000"
 | 
			
		||||
    "rv64BP/simple", "10000",
 | 
			
		||||
    "rv64BP/qsort", "1000000",
 | 
			
		||||
    "rv64BP/sieve", "1000000"
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  string tests64p[] = '{
 | 
			
		||||
@ -495,9 +492,7 @@ string tests32f[] = '{
 | 
			
		||||
    "rv32i-periph/WALLY-PLIC", "2080"
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
  string tests[];
 | 
			
		||||
   string tests[];
 | 
			
		||||
  string ProgramAddrMapFile, ProgramLabelMapFile;
 | 
			
		||||
  logic [`AHBW-1:0] HRDATAEXT;
 | 
			
		||||
  logic             HREADYEXT, HRESPEXT;
 | 
			
		||||
@ -548,7 +543,6 @@ string tests32f[] = '{
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  string signame, memfilename;
 | 
			
		||||
 | 
			
		||||
  logic [31:0] GPIOPinsIn, GPIOPinsOut, GPIOPinsEn;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user