1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00

Fixing module name issue

This commit is contained in:
aolofsson 2021-07-28 18:25:24 -04:00
parent df731e4e13
commit aeb391a186

View File

@ -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,