Skip to content
Snippets Groups Projects
Commit 95c9e5c1 authored by dam1n19's avatar dam1n19
Browse files

Fixed issue with clocks not wired up correctly and changed default accelerator to yes

parent 8b5ab2e8
No related branches found
No related tags found
1 merge request!1changed imem to rom to allow initial program loading, updated bootloader code...
......@@ -85,7 +85,7 @@ BOOTROM_BUILD_DIR ?= $(SOCLABS_PROJECT_DIR)/system/src/bootrom
QUICKSTART ?= no
ACCELERATOR ?= no
ACCELERATOR ?= yes
# Simulator Defines
DEFINES_VC += $(MEM_INIT) +define+CORTEX_M0 +define+USE_TARMAC
......
......@@ -42,6 +42,8 @@ module nanosoc_region_exp #(
.SYS_ADDR_W (SYS_ADDR_W),
.SYS_DATA_W (SYS_DATA_W)
) u_accelerator_ss (
.HCLK(HCLK),
.HRESETn(HRESETn),
.HSEL(HSEL),
.HADDR(HADDR),
.HTRANS(HTRANS),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment