diff --git a/asiclib/hdl/asic_mux3.v b/asiclib/hdl/asic_mux3.v index 3370c2d..deec85b 100644 --- a/asiclib/hdl/asic_mux3.v +++ b/asiclib/hdl/asic_mux3.v @@ -5,7 +5,7 @@ //# License: MIT (see LICENSE file in OH repository) # //############################################################################# -module asic_mx3 #(parameter PROP = "DEFAULT") ( +module asic_mux3 #(parameter PROP = "DEFAULT") ( input d0, input d1, input d2,