-
With tag [2024.09.12-1](https://github.com/efabless/caravel_user_project/releases/tag/2024.09.12-1) (which incidentally, at the time of writing, is the same commit as the more-recent [2024.09.13-1](ht…
-
The path of `caravel_core.v` is wrong on [includes.gl.caravel_user_project]( https://github.com/efabless/caravel_user_project/blob/main/verilog/includes/includes.gl.caravel_user_project ) it must be c…
-
I am trying to install caravel mini on Ubuntu 22, but I get the following error messages when running ```make setup```
```
make[2]: Entering directory '/home/phil/zz/zeasal/caravel_user_mini/depe…
-
I'd like a few of these boards (less than 10), I'm assuming I have to get them manufactured and assembled myself.
What company was used?
Is there some way to reference the previous run so I can …
-
I believe this is the fix:
```
diff --git a/Makefile b/Makefile
index 8bbd1b6..0de8a89 100644
--- a/Makefile
+++ b/Makefile
@@ -349,7 +349,7 @@ install-caravel-cocotb:
.PHONY: setup-cocotb-e…
-
-
I'm trying to reproduce the PAN15 setup for the English corpora right now, but I've got a couple of questions which I can't answer from either your paper or the source code which are:
- How do I train…
-
When I run `make cocotb-verify-all-rtl` in the top level of a clean install of caravel_user_project after checking out tag = 2024.09.12-1 I get this error:
```
Test: RTL-counter_la_clk has passed
…
-
tries to run a rule call coco_test but no recipe exists in the makefile.
changing the rule to 'all' starts the test, which then fails with missing file:
![image](https://user-images.githubusercont…
-
The macro, as presented, is useful only as a WBS component inside the original Caravel. How about using it with Caravel OpenFrame? or using it as a bus component on any other bus type like AMBA buses:…