From f1eb4c4f889ed7b5867e84ecb2ee5bb098572c80 Mon Sep 17 00:00:00 2001 From: Kevin Liao Date: Thu, 21 Jan 2021 20:52:16 -0800 Subject: [PATCH] rename module name to IO from EMBEDDED_IO_HD --- HDL/common/ql_iso_io_logic.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HDL/common/ql_iso_io_logic.v b/HDL/common/ql_iso_io_logic.v index 09b4145..263898b 100644 --- a/HDL/common/ql_iso_io_logic.v +++ b/HDL/common/ql_iso_io_logic.v @@ -21,7 +21,7 @@ // It is already technology mapped and can be directly used // for physical design //----------------------------------------------------- -module EMBEDDED_IO_HD ( +module IO ( input SOC_IN, // Input to drive the inpad signal output SOC_OUT, // Output the outpad signal output FPGA_IN, // Input data to FPGA