mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Make all vector-size related integer params in $print sim model signed
This fixes iverilog crashes on 32-bit, similar to 95944eb for $mem.
			
			
This commit is contained in:
		
							parent
							
								
									59602740ee
								
							
						
					
					
						commit
						04bbd4e7e2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2224,10 +2224,10 @@ module \$print (EN, TRG, ARGS); | |||
| parameter PRIORITY = 0; | ||||
| 
 | ||||
| parameter FORMAT = ""; | ||||
| parameter ARGS_WIDTH = 0; | ||||
| parameter signed ARGS_WIDTH = 0; | ||||
| 
 | ||||
| parameter TRG_ENABLE = 1; | ||||
| parameter TRG_WIDTH = 0; | ||||
| parameter signed TRG_WIDTH = 0; | ||||
| parameter TRG_POLARITY = 0; | ||||
| 
 | ||||
| input EN; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue