mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Removed duplicate signal name from testbench.
This commit is contained in:
		
							parent
							
								
									850d8c2b24
								
							
						
					
					
						commit
						74834bde2c
					
				@ -466,7 +466,7 @@ module testbench;
 | 
				
			|||||||
    integer        i;
 | 
					    integer        i;
 | 
				
			||||||
    logic [31:0]   sig32[0:SIGNATURESIZE];
 | 
					    logic [31:0]   sig32[0:SIGNATURESIZE];
 | 
				
			||||||
    logic [P.XLEN-1:0] signature[0:SIGNATURESIZE];
 | 
					    logic [P.XLEN-1:0] signature[0:SIGNATURESIZE];
 | 
				
			||||||
    string            signame, pathname;
 | 
					    string            signame;
 | 
				
			||||||
    logic [P.XLEN-1:0] testadr, testadrNoBase;
 | 
					    logic [P.XLEN-1:0] testadr, testadrNoBase;
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    // for tests with no self checking mechanism, read .signature.output file and compare to check for errors
 | 
					    // for tests with no self checking mechanism, read .signature.output file and compare to check for errors
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user