diff options
Diffstat (limited to 'techlibs/intel_alm/common/dsp_map.v')
-rw-r--r-- | techlibs/intel_alm/common/dsp_map.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/intel_alm/common/dsp_map.v b/techlibs/intel_alm/common/dsp_map.v index d1bc25e65..e12e777a4 100644 --- a/techlibs/intel_alm/common/dsp_map.v +++ b/techlibs/intel_alm/common/dsp_map.v @@ -1,3 +1,5 @@ +`default_nettype none + module __MUL27X27(A, B, Y); parameter A_SIGNED = 1; |