aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/verific/verific.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-08-10 09:47:25 +0200
committerGitHub <noreply@github.com>2019-08-10 09:47:25 +0200
commit4f812131653ebea06e3d1c3e7599492992edb771 (patch)
treeb684b697a3db90c9079ceddf549a40fb23d5af3e /frontends/verific/verific.h
parent05c46a31dce435d80215052b7a94ab5c9e58e657 (diff)
parent9260e97aa28b245ee88d81d162bb6b83cbc5eab0 (diff)
downloadyosys-4f812131653ebea06e3d1c3e7599492992edb771.tar.gz
yosys-4f812131653ebea06e3d1c3e7599492992edb771.tar.bz2
yosys-4f812131653ebea06e3d1c3e7599492992edb771.zip
Merge pull request #1261 from YosysHQ/clifford/verific_init
Automatically prune init attributes in verific front-end
Diffstat (limited to 'frontends/verific/verific.h')
-rw-r--r--frontends/verific/verific.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/verific/verific.h b/frontends/verific/verific.h
index 88a6cc0ba..5cbd78f7b 100644
--- a/frontends/verific/verific.h
+++ b/frontends/verific/verific.h
@@ -72,9 +72,9 @@ struct VerificImporter
pool<Verific::Net*, hash_ptr_ops> any_all_nets;
bool mode_gates, mode_keep, mode_nosva, mode_names, mode_verific;
- bool mode_autocover;
+ bool mode_autocover, mode_fullinit;
- VerificImporter(bool mode_gates, bool mode_keep, bool mode_nosva, bool mode_names, bool mode_verific, bool mode_autocover);
+ VerificImporter(bool mode_gates, bool mode_keep, bool mode_nosva, bool mode_names, bool mode_verific, bool mode_autocover, bool mode_fullinit);
RTLIL::SigBit net_map_at(Verific::Net *net);