mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			234 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| ../../../yosys -f verilog -qp "synth_xilinx" ../common/tribuf.v
 | |
| ../../../yosys -f verilog -qp "synth_xilinx -iopad; \
 | |
| select -assert-count 2 t:IBUF; \
 | |
| select -assert-count 1 t:INV; \
 | |
| select -assert-count 1 t:OBUFT" ../common/tribuf.v
 |