mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
Merge branch 'master' of https://github.com/parallella/oh
This commit is contained in:
commit
4b48d138be
2
AUTHORS
2
AUTHORS
@ -1,3 +1,5 @@
|
||||
Andreas Olofsson
|
||||
Roman Trogan
|
||||
Fred Huettig
|
||||
Ola Jeppsson
|
||||
Peter Saunderson
|
||||
|
@ -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
|
||||
|
||||
-------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user