Skip to content

Commit

Permalink
Add Snitch configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Nov 29, 2023
1 parent cddd895 commit 2fc775c
Show file tree
Hide file tree
Showing 22 changed files with 1,567,689 additions and 5 deletions.
4 changes: 3 additions & 1 deletion idma.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ VLOGAN ?= vlogan
SHELL := /bin/bash

# iDMA Variants
IDMA_BACKEND_IDS ?= rw_axi r_obi_w_axi r_axi_w_obi
IDMA_BASE_IDS ?= rw_axi r_obi_w_axi r_axi_w_obi
IDMA_OCCAMY_IDS ?= r_init_r_obi_w_axi r_axi_r_init_rw_obi
IDMA_BACKEND_IDS ?= $(IDMA_BASE_IDS) $(IDMA_OCCAMY_IDS)

# generated frontends
IDMA_FE_IDS ?= reg32_3d reg64_2d
Expand Down
Loading

0 comments on commit 2fc775c

Please sign in to comment.