[Architecture] Rename AIB cell

This commit is contained in:
tangxifan 2020-09-24 20:11:21 -06:00
parent 4ada793c84
commit 8edfc79f53
1 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@
// Coder : Xifan Tang
//-----------------------------------------------------
module aib (
input tx_clk,
input rx_clk,
inout[0:79] pad,
input[0:79] tx_data,
output[0:79] rx_data);
module AIB (
input TXCLK,
input RXCLK,
inout[0:79] PAD,
input[0:79] TXDATA,
output[0:79] RXDATA);
// May add the logic function of a real AIB
// Refer to the offical AIB github