diff options
author | Jannis Harder <me@jix.one> | 2023-01-11 16:26:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 16:26:04 +0100 |
commit | 5abaa5908082f13f6b574d66f6f8a9ebb476fd54 (patch) | |
tree | 4438609065528688666e63ffa2e737bced73d35c /techlibs/common/techmap.v | |
parent | d742d063d4e887f3e4dba8bab1a37d160596977d (diff) | |
parent | eb0039848b42afa196f440301492a5afc09b4cf4 (diff) | |
download | yosys-5abaa5908082f13f6b574d66f6f8a9ebb476fd54.tar.gz yosys-5abaa5908082f13f6b574d66f6f8a9ebb476fd54.tar.bz2 yosys-5abaa5908082f13f6b574d66f6f8a9ebb476fd54.zip |
Merge pull request #3537 from jix/xprop
New xprop pass
Diffstat (limited to 'techlibs/common/techmap.v')
-rw-r--r-- | techlibs/common/techmap.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/techmap.v b/techlibs/common/techmap.v index 91d385b80..7fb8173b0 100644 --- a/techlibs/common/techmap.v +++ b/techlibs/common/techmap.v @@ -59,7 +59,7 @@ module _90_simplemap_compare_ops; endmodule (* techmap_simplemap *) -(* techmap_celltype = "$pos $slice $concat $mux $tribuf $bmux" *) +(* techmap_celltype = "$pos $slice $concat $mux $tribuf $bmux $bwmux $bweqx" *) module _90_simplemap_various; endmodule |