mirror of https://github.com/lnis-uofu/SOFA.git
rename module name to IO from EMBEDDED_IO_HD
This commit is contained in:
parent
f7af0b40cf
commit
f1eb4c4f88
|
@ -21,7 +21,7 @@
|
||||||
// It is already technology mapped and can be directly used
|
// It is already technology mapped and can be directly used
|
||||||
// for physical design
|
// for physical design
|
||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
module EMBEDDED_IO_HD (
|
module IO (
|
||||||
input SOC_IN, // Input to drive the inpad signal
|
input SOC_IN, // Input to drive the inpad signal
|
||||||
output SOC_OUT, // Output the outpad signal
|
output SOC_OUT, // Output the outpad signal
|
||||||
output FPGA_IN, // Input data to FPGA
|
output FPGA_IN, // Input data to FPGA
|
||||||
|
|
Loading…
Reference in New Issue