From 3db3e1e1491b426766f1da87e1da840f3fa46278 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 25 May 2020 15:15:20 -0700 Subject: intel_alm: add $__ prefix to MISTRAL_FF_SYNCONLY --- techlibs/intel_alm/common/abc9_model.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'techlibs/intel_alm/common/abc9_model.v') 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 ); -- cgit v1.2.3