mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
Enabling RX always
-Should we ever turn this off?
This commit is contained in:
parent
96c35c4908
commit
0431d79992
@ -86,7 +86,7 @@ module ecfg_rx (/*AUTOARG*/
|
||||
else if (ecfg_rx_write)
|
||||
ecfg_rx_reg[31:0] <= mi_din[31:0];
|
||||
|
||||
assign rx_enable = ecfg_rx_reg[0];
|
||||
assign rx_enable = 1'b1;//is there any good reason turn RX off?
|
||||
assign mmu_enable = ecfg_rx_reg[1];
|
||||
assign remap_mode[1:0] = ecfg_rx_reg[3:2];
|
||||
assign remap_sel[11:0] = ecfg_rx_reg[15:4];
|
||||
|
Loading…
x
Reference in New Issue
Block a user