diff options
| author | Evan Lojewski <github@meklort.com> | 2019-11-29 13:48:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-29 13:48:45 -0700 |
| commit | cd15d119ffb7cc9610290ea6fe2f154ded677dc1 (patch) | |
| tree | 4bdd2e6c432ff3e660f00f37fc12efef577705b3 /include/APE_TX_PORT0.h | |
| parent | 74a4d23d583a69ba08f914c403b61d8bf0435df4 (diff) | |
| download | bcm5719-ortega-cd15d119ffb7cc9610290ea6fe2f154ded677dc1.tar.gz bcm5719-ortega-cd15d119ffb7cc9610290ea6fe2f154ded677dc1.zip | |
ipxact: Update ipxact to enable enum printouts on the simulator. (#6)
Add missing Req0-3 bits in the NVM software arbitration register.
Diffstat (limited to 'include/APE_TX_PORT0.h')
| -rw-r--r-- | include/APE_TX_PORT0.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/APE_TX_PORT0.h b/include/APE_TX_PORT0.h index 2fa1bbe..01bfd4a 100644 --- a/include/APE_TX_PORT0.h +++ b/include/APE_TX_PORT0.h @@ -124,6 +124,14 @@ typedef register_container RegTX_PORTOut_t { r32.setName("Out"); bits.all.setBaseRegister(&r32); bits.all.setName("all"); + bits.all.addEnum("Control Word", 0x0); + bits.all.addEnum("Additional Payload Word", 0x2); + bits.all.addEnum("Frame Len Word", 0x3); + bits.all.addEnum("Num Blocks Word", 0x9); + bits.all.addEnum("First Payload Word", 0xc); + bits.all.addEnum("BLOCK_WORDS", 0x20); + bits.all.addEnum("BLOCK_BYTES", 0x80); + } RegTX_PORTOut_t& operator=(const RegTX_PORTOut_t& other) { |

