mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Merge pull request #2319 from YosysHQ/mwk/techmap-celltype-pattern
techmap: Add support for [] wildcards in techmap_celltype.
This commit is contained in:
		
						commit
						1cdb533fa5
					
				
					 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