Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove in correct double declaration of reg_debug_2 and reg_debug_1 defs.h #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions verilog/dv/firmware/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ extern uint32_t flashio_worker_end;
#define reg_wb_enable (*(volatile uint32_t*) CSR_MPRJ_WB_IENA_OUT_ADDR)
#define reg_user_irq_enable (*(volatile uint32_t*) CSR_USER_IRQ_ENA_OUT_ADDR)

// Debug reg DEBUG_ON
#define reg_debug_1 (*(volatile uint32_t*)0x300FFFF8)
#define reg_debug_2 (*(volatile uint32_t*)0x300FFFFC)


// Flash Control SPI Configuration (2D00_0000)
//#define reg_spictrl (*(volatile uint32_t*)0x2d000000)

Expand Down