1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
This commit is contained in:
Andreas Olofsson 2016-02-03 23:13:48 -05:00
commit 4b48d138be
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
Andreas Olofsson
Roman Trogan
Fred Huettig
Ola Jeppsson
Peter Saunderson

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