From 59fd8c25ee1452452cb564d6fe4163b7a9394aef Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Sat, 15 Mar 2025 17:35:52 -0500 Subject: feat: added TB support + primitives for flipflops, initial fetch stage (not complete), mem initialization for imem complete --- fusesoc.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'fusesoc.conf') diff --git a/fusesoc.conf b/fusesoc.conf index e03e5a7..2437adf 100644 --- a/fusesoc.conf +++ b/fusesoc.conf @@ -1,6 +1,5 @@ -[library.rtl] -location = /work -sync-uri = /work +[library.riscv] +location = ./ +sync-uri = ./ sync-type = local auto-sync = true - -- cgit v1.2.3