mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			168 B
		
	
	
	
		
			Text
		
	
	
	
	
	
read_verilog init.v
 | 
						|
chparam -set INIT 0 myDFF*P*
 | 
						|
hierarchy -top myDFFP
 | 
						|
logger -expect error "unsupported initial value and async reset value combination" 1
 | 
						|
synth_gowin
 |