Skip to content

Commit 56e6af5

Browse files
committed
lib: vc8000nanoe: add some registers needed by ewl
Add some registers needed by ewl. Signed-off-by: Hugues Fruchet <[email protected]>
1 parent 4aa8480 commit 56e6af5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/vc8000nanoe/inc/reg_offset_v7.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,17 @@
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
@@ -332,4 +340,7 @@
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__ */

0 commit comments

Comments
 (0)