File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -96,3 +96,6 @@ Patch List:
9696
9797 * Add hardware configuration info helper needed by EWL
9898 Impacted files: inc/ewl.h
99+
100+ * Add some registers needed by EWL
101+ Impacted files: inc/reg_offset_v7.h
Original file line number Diff line number Diff line change 4545#ifndef __HENC_REGISTER_OFFSET_H__
4646#define __HENC_REGISTER_OFFSET_H__
4747
48+ /* ASIC identifier */
49+ #define BASE_HEncASIC 0x0U
50+
4851/* IRQ Source Map. */
4952#define BASE_HEncIRQ 0x4U
5053
54+ /* Control 7 */
55+ #define BASE_HEncControl7 0x54U
56+
57+ /* HW synthesis config */
58+ #define BASE_HEncSynth 0xfcU
5159
5260/* HW synthesis config register 2, read-only */
5361#define BASE_HWFuse2 0x4a0U
332340/* Last Fake Register for Register Counting. */
333341#define BASE_HEncRegisterMax 0x7c8U
334342
343+ /* HW synthesis config 1 */
344+ #define BASE_HEncSynth1 0xa58U
345+
335346#endif /* __HENC_REGISTER_OFFSET_H__ */
You can’t perform that action at this time.
0 commit comments