Skip to content

Commit bc6ff26

Browse files
joosthoozJoost Hoozemans
andauthored
Fixed failing cl_hello_world_vhdl example (#510)
Co-authored-by: Joost Hoozemans <[email protected]>
1 parent ef05306 commit bc6ff26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdk/cl/examples/cl_hello_world_vhdl/software/verif_rtl/src/test_hello_world.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include "sh_dpi_tasks.h"
2828

29-
#define HELLO_WORLD_REG_ADDR UINT64_C(0x00)
29+
#define HELLO_WORLD_REG_ADDR UINT64_C(0x500)
3030

3131
void test_main(uint32_t *exit_code) {
3232

0 commit comments

Comments
 (0)