diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-08-30 19:09:56 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-08-30 19:09:56 +0200 |
commit | 6f41e5277d1d41db7a620c73cf1b65558b55f236 (patch) | |
tree | 45cad8b0cafc31392a3fe71a505b442ee6a61ed7 /kernel/celltypes.h | |
parent | a8124c137e2bfa3605dacadfe469ea22934b4cb3 (diff) | |
download | yosys-6f41e5277d1d41db7a620c73cf1b65558b55f236.tar.gz yosys-6f41e5277d1d41db7a620c73cf1b65558b55f236.tar.bz2 yosys-6f41e5277d1d41db7a620c73cf1b65558b55f236.zip |
Removed $aconst cell type
Diffstat (limited to 'kernel/celltypes.h')
-rw-r--r-- | kernel/celltypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/celltypes.h b/kernel/celltypes.h index ebc7b3824..900c12d01 100644 --- a/kernel/celltypes.h +++ b/kernel/celltypes.h @@ -118,7 +118,6 @@ struct CellTypes setup_type("$assume", {A, EN}, pool<RTLIL::IdString>(), true); setup_type("$initstate", pool<RTLIL::IdString>(), {Y}, true); setup_type("$anyconst", pool<RTLIL::IdString>(), {Y}, true); - setup_type("$aconst", pool<RTLIL::IdString>(), {Y}, true); setup_type("$equiv", {A, B}, {Y}, true); } |