Skip to content

Commit

Permalink
Create a new branch for DMA controller development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghuama committed Dec 4, 2023
1 parent 4fe0d2f commit 28eabae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepsocflow/c/deepsocflow_xilinx.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

static volatile uint8_t bundle_read_done = 0, done_pixels = 0, done_weights = 0, done_output = 0, done_all = 0;
static UINTPTR w_base, x_base, y_base;
static int32_t w_bpt, x_bpt, y_bpt;
static int32_t w_bpt, x_bpt, y_bpt; //
static XAxiDma dma_pixels, dma_weights, dma_output;
static XScuGic intr_controller; // Generic interrupt controller
static u32 status;


// RUNTIME.H included here
// RUNTIME.H included here, where?

static void start_pixels_dma();
static void start_wait_output(UINTPTR, u32);
Expand Down

0 comments on commit 28eabae

Please sign in to comment.