mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-28 18:29:25 +00:00 
			
		
		
		
	Among other problems, this also fixes equality comparisons between SigSpec by enforcing a canonical form. Also fix another minor issue with possible non-canonical SigSpec. Fixes #2623.
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			155 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| read_rtlil << EOT
 | |
| 
 | |
| module \top
 | |
|   wire output 1 \a
 | |
|   wire width 0 $dummy
 | |
|   cell \abc \abc
 | |
|     connect \a \a
 | |
|     connect \b $dummy
 | |
|   end
 | |
| end
 | |
| 
 | |
| EOT
 | |
| 
 | |
| opt_clean
 |