mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			181 B
		
	
	
	
		
			Text
		
	
	
	
	
	
read_verilog mulshift_test.v
 | 
						|
hierarchy -check -top test
 | 
						|
 | 
						|
techmap -map sym_mul_map.v \
 | 
						|
        -map mulshift_map.v;;
 | 
						|
 | 
						|
show -prefix mulshift -format pdf -notitle -lib sym_mul_cells.v
 |