diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-08-16 12:54:52 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-08-16 12:54:52 +0200 |
commit | ff50bc2ac304fcec5746939e155dcac2b01665df (patch) | |
tree | 4f96a536b767e09ccd0f9fa41703616904354723 /techlibs/common | |
parent | ae09c89f626d48bb2fa274903a220d32170b033e (diff) | |
download | yosys-ff50bc2ac304fcec5746939e155dcac2b01665df.tar.gz yosys-ff50bc2ac304fcec5746939e155dcac2b01665df.tar.bz2 yosys-ff50bc2ac304fcec5746939e155dcac2b01665df.zip |
Added $tribuf and $_TBUF_ cell types
Diffstat (limited to 'techlibs/common')
-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 44467203e..ae08c3d17 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" *) +(* techmap_celltype = "$pos $slice $concat $mux $tribuf" *) module _90_simplemap_various; endmodule |