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_RX_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_RX_PORT0.h')
| -rw-r--r-- | include/APE_RX_PORT0.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/APE_RX_PORT0.h b/include/APE_RX_PORT0.h index e2bd81e..1da27d9 100644 --- a/include/APE_RX_PORT0.h +++ b/include/APE_RX_PORT0.h @@ -122,6 +122,12 @@ typedef register_container RegRX_PORTIn_t { r32.setName("In"); bits.all.setBaseRegister(&r32); bits.all.setName("all"); + bits.all.addEnum("Control Word", 0x0); + bits.all.addEnum("Additional Payload Word", 0x2); + bits.all.addEnum("First Payload Word", 0xc); + bits.all.addEnum("BLOCK_WORDS", 0x20); + bits.all.addEnum("BLOCK_BYTES", 0x80); + } RegRX_PORTIn_t& operator=(const RegRX_PORTIn_t& other) { |

