aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/celltypes.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-07-21 14:23:22 +0200
committerClifford Wolf <clifford@clifford.at>2016-07-21 14:23:22 +0200
commit5c166e76e52cdaf6ea97952c17d3d79185a59f96 (patch)
treee0f790a82816d5a148eb913b00176f4a581f5464 /kernel/celltypes.h
parentd7763634b68a735443c61aa32918ee0cdd6e9250 (diff)
downloadyosys-5c166e76e52cdaf6ea97952c17d3d79185a59f96.tar.gz
yosys-5c166e76e52cdaf6ea97952c17d3d79185a59f96.tar.bz2
yosys-5c166e76e52cdaf6ea97952c17d3d79185a59f96.zip
Added $initstate cell type and vlog function
Diffstat (limited to 'kernel/celltypes.h')
-rw-r--r--kernel/celltypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/celltypes.h b/kernel/celltypes.h
index c3f05de57..1eea0530c 100644
--- a/kernel/celltypes.h
+++ b/kernel/celltypes.h
@@ -117,6 +117,7 @@ struct CellTypes
setup_type("$assert", {A, EN}, pool<RTLIL::IdString>(), true);
setup_type("$assume", {A, EN}, pool<RTLIL::IdString>(), true);
setup_type("$predict", {A, EN}, pool<RTLIL::IdString>(), true);
+ setup_type("$initstate", pool<RTLIL::IdString>(), {Y}, true);
setup_type("$equiv", {A, B}, {Y}, true);
}