diff options
Diffstat (limited to 'techlibs/intel_alm/common/abc9_unmap.v')
-rw-r--r-- | techlibs/intel_alm/common/abc9_unmap.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/intel_alm/common/abc9_unmap.v b/techlibs/intel_alm/common/abc9_unmap.v index 0eda69560..4b28866a3 100644 --- a/techlibs/intel_alm/common/abc9_unmap.v +++ b/techlibs/intel_alm/common/abc9_unmap.v @@ -1,7 +1,7 @@ // After performing sequential synthesis, map the synchronous flops back to // standard MISTRAL_FF flops. -module MISTRAL_FF_SYNCONLY( +module $__MISTRAL_FF_SYNCONLY ( input DATAIN, CLK, ENA, SCLR, SLOAD, SDATA, output reg Q ); |