mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Gowin: deal with active-low tristate (#2971)
* deal with active-low tristate * remove empty port * update sim models * add expected lut1 to tests
This commit is contained in:
		
							parent
							
								
									c2866780d2
								
							
						
					
					
						commit
						c2d358484f
					
				
					 5 changed files with 15 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -9,5 +9,6 @@ design -load postopt # load the post-opt design (otherwise equiv_opt loads the p
 | 
			
		|||
cd tristate # Constrain all select calls below inside the top module
 | 
			
		||||
#Internal cell type used. Need support it.
 | 
			
		||||
select -assert-count 1 t:TBUF
 | 
			
		||||
select -assert-count 1 t:LUT1
 | 
			
		||||
select -assert-count 2 t:IBUF
 | 
			
		||||
select -assert-none t:TBUF t:IBUF %% t:* %D
 | 
			
		||||
select -assert-none t:TBUF t:IBUF t:LUT1 %% t:* %D
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue