aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/intel_alm/common/abc9_model.v
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/intel_alm/common/abc9_model.v')
-rw-r--r--techlibs/intel_alm/common/abc9_model.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/intel_alm/common/abc9_model.v b/techlibs/intel_alm/common/abc9_model.v
index dd46147a5..8ad52e13a 100644
--- a/techlibs/intel_alm/common/abc9_model.v
+++ b/techlibs/intel_alm/common/abc9_model.v
@@ -18,7 +18,7 @@
// This is a purely-synchronous flop, that ABC9 can use for sequential synthesis.
(* abc9_flop, lib_whitebox *)
-module MISTRAL_FF_SYNCONLY(
+module $__MISTRAL_FF_SYNCONLY (
input DATAIN, CLK, ENA, SCLR, SLOAD, SDATA,
output reg Q
);