forked from Github_Repos/cvw
		
	Return testbench to normal
This commit is contained in:
		
							parent
							
								
									ae9bcc174d
								
							
						
					
					
						commit
						4757794887
					
				@ -56,13 +56,13 @@ module testbench();
 | 
				
			|||||||
//                    "rv64m/I-REMW-01", "3000"
 | 
					//                    "rv64m/I-REMW-01", "3000"
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
  string tests64ic[] = '{
 | 
					  string tests64ic[] = '{
 | 
				
			||||||
                     "rv64ic/I-C-BEQZ-01", "3000",
 | 
					 | 
				
			||||||
                     "rv64ic/I-C-ADD-01", "3000",
 | 
					                     "rv64ic/I-C-ADD-01", "3000",
 | 
				
			||||||
                     "rv64ic/I-C-ADDI-01", "3000",
 | 
					                     "rv64ic/I-C-ADDI-01", "3000",
 | 
				
			||||||
                     "rv64ic/I-C-ADDIW-01", "3000",
 | 
					                     "rv64ic/I-C-ADDIW-01", "3000",
 | 
				
			||||||
                     "rv64ic/I-C-ADDW-01", "3000",
 | 
					                     "rv64ic/I-C-ADDW-01", "3000",
 | 
				
			||||||
                     "rv64ic/I-C-AND-01", "3000",
 | 
					                     "rv64ic/I-C-AND-01", "3000",
 | 
				
			||||||
                     "rv64ic/I-C-ANDI-01", "3000",
 | 
					                     "rv64ic/I-C-ANDI-01", "3000",
 | 
				
			||||||
 | 
					                     "rv64ic/I-C-BEQZ-01", "3000",
 | 
				
			||||||
                     "rv64ic/I-C-BNEZ-01", "3000",
 | 
					                     "rv64ic/I-C-BNEZ-01", "3000",
 | 
				
			||||||
                     "rv64ic/I-C-EBREAK-01", "2000",
 | 
					                     "rv64ic/I-C-EBREAK-01", "2000",
 | 
				
			||||||
                     "rv64ic/I-C-J-01", "3000",
 | 
					                     "rv64ic/I-C-J-01", "3000",
 | 
				
			||||||
@ -327,7 +327,7 @@ string tests32i[] = {
 | 
				
			|||||||
      if (`C_SUPPORTED) tests = {tests64ic, tests};
 | 
					      if (`C_SUPPORTED) tests = {tests64ic, tests};
 | 
				
			||||||
      else              tests = {tests, tests64iNOc};
 | 
					      else              tests = {tests, tests64iNOc};
 | 
				
			||||||
      if (`M_SUPPORTED) tests = {tests, tests64m};
 | 
					      if (`M_SUPPORTED) tests = {tests, tests64m};
 | 
				
			||||||
      if (`A_SUPPORTED) tests = {tests64a, tests};
 | 
					      if (`A_SUPPORTED) tests = {tests, tests64a};
 | 
				
			||||||
 //     tests = {tests64a, tests};
 | 
					 //     tests = {tests64a, tests};
 | 
				
			||||||
    end else begin // RV32
 | 
					    end else begin // RV32
 | 
				
			||||||
      tests = {tests32i};
 | 
					      tests = {tests32i};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user