3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-30 16:03:17 +00:00

techmap: Add support for [] wildcards in techmap_celltype.

Fixes #1826.
This commit is contained in:
Marcelina Kościelnicka 2020-08-02 12:31:25 +02:00
parent c39ebe6ae0
commit 522788f016
3 changed files with 36 additions and 8 deletions

View file

@ -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_ = "";