mirror of https://github.com/YosysHQ/yosys.git
intel_alm: fix typo in MISTRAL_MUL27X27 cell name
This commit is contained in:
parent
f61d62a7bc
commit
3b534a203a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue