From: Clifford Wolf Date: Fri, 7 Feb 2014 18:50:44 +0000 (+0100) Subject: Added $slice and $concat to CellTypes list X-Git-Tag: yosys-0.2.0~49 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d85a6bf5d3df07029d0ad7ed89d8cb21e47c2e12;p=yosys.git Added $slice and $concat to CellTypes list --- diff --git a/kernel/celltypes.h b/kernel/celltypes.h index 24504aee8..34a6e56fa 100644 --- a/kernel/celltypes.h +++ b/kernel/celltypes.h @@ -94,6 +94,8 @@ struct CellTypes cell_types.insert("$logic_or"); cell_types.insert("$mux"); cell_types.insert("$pmux"); + cell_types.insert("$slice"); + cell_types.insert("$concat"); cell_types.insert("$safe_pmux"); cell_types.insert("$lut"); cell_types.insert("$assert");