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

elink: etx_cfg: Fix transmit mode bits typo

Signed-off-by: Ola Jeppsson <ola@adapteva.com>
This commit is contained in:
Ola Jeppsson 2016-01-27 20:41:18 +01:00
parent 48e62c244c
commit e3c3569a3e
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ FIELD | DESCRIPTION
| 1: ctrlmode field taken E_TXCFG
[10] | 0: Burst mode disabled
| 1: Burst mode enabled
[11:10] | 00: Normal transmit mode
[12:11] | 00: Normal transmit mode
| 01: GPIO direct drive mode
-------------------------------

View File

@ -136,7 +136,7 @@ module etx_cfg (/*AUTOARG*/
assign ctrlmode[3:0] = tx_cfg_reg[7:4];
assign ctrlmode_bypass = tx_cfg_reg[9];
assign burst_enable = tx_cfg_reg[10];
assign gpio_enable = (tx_cfg_reg[11:10]==2'b01);
assign gpio_enable = (tx_cfg_reg[12:11]==2'b01);
//###########################
//# STATUS REGISTER