mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	techmap: Add support for [] wildcards in techmap_celltype.
Fixes #1826.
This commit is contained in:
		
							parent
							
								
									c39ebe6ae0
								
							
						
					
					
						commit
						522788f016
					
				
					 3 changed files with 36 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
`ifdef DFF
 | 
			
		||||
(* techmap_celltype = "$_DFF_N_ $_DFF_P_" *)
 | 
			
		||||
(* techmap_celltype = "$_DFF_[PN]_" *)
 | 
			
		||||
module $_DFF_x_(input C, D, output Q);
 | 
			
		||||
  parameter [0:0] _TECHMAP_WIREINIT_Q_ = 1'bx;
 | 
			
		||||
  parameter _TECHMAP_CELLTYPE_ = "";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue