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 @@ -101,3 +101,6 @@ Patch List:
101
101
102
102
* Add hardware configuration info helper needed by EWL
103
103
Impacted files: inc/ewl.h
104
+
105
+ * Add some registers needed by EWL
106
+ Impacted files: inc/reg_offset_v7.h
Original file line number Diff line number Diff line change 45
45
#ifndef __HENC_REGISTER_OFFSET_H__
46
46
#define __HENC_REGISTER_OFFSET_H__
47
47
48
+ /* ASIC identifier */
49
+ #define BASE_HEncASIC 0x0U
50
+
48
51
/* IRQ Source Map. */
49
52
#define BASE_HEncIRQ 0x4U
50
53
54
+ /* Control 7 */
55
+ #define BASE_HEncControl7 0x54U
56
+
57
+ /* HW synthesis config */
58
+ #define BASE_HEncSynth 0xfcU
51
59
52
60
/* HW synthesis config register 2, read-only */
53
61
#define BASE_HWFuse2 0x4a0U
332
340
/* Last Fake Register for Register Counting. */
333
341
#define BASE_HEncRegisterMax 0x7c8U
334
342
343
+ /* HW synthesis config 1 */
344
+ #define BASE_HEncSynth1 0xa58U
345
+
335
346
#endif /* __HENC_REGISTER_OFFSET_H__ */
You can’t perform that action at this time.
0 commit comments