From 3b534a203ae733c194415838259709dcf706c7bf Mon Sep 17 00:00:00 2001 From: Dan Ravensloft Date: Thu, 13 Aug 2020 15:30:03 +0100 Subject: [PATCH] intel_alm: fix typo in MISTRAL_MUL27X27 cell name --- techlibs/intel_alm/common/dsp_sim.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/intel_alm/common/dsp_sim.v b/techlibs/intel_alm/common/dsp_sim.v index 7e72dab0d..45fdebb3f 100644 --- a/techlibs/intel_alm/common/dsp_sim.v +++ b/techlibs/intel_alm/common/dsp_sim.v @@ -1,5 +1,5 @@ (* abc9_box *) -module MISTRAL_MUL27x27(input [26:0] A, input [26:0] B, output [53:0] Y); +module MISTRAL_MUL27X27(input [26:0] A, input [26:0] B, output [53:0] Y); // TODO: Cyclone 10 GX timings; the below are for Cyclone V specify -- 2.30.2