From 6bd9f4f7ab48576d3fda98bef915162a7436866d Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Sat, 15 Mar 2025 23:09:39 -0500 Subject: feat: More setting up, got a janky decode stage that prints out the instruction it receives, added dump options to fusesoc, changed instr width back th 32 from 64 --- core/tb/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/tb/.gitignore (limited to 'core/tb/.gitignore') diff --git a/core/tb/.gitignore b/core/tb/.gitignore new file mode 100644 index 0000000..b5295dc --- /dev/null +++ b/core/tb/.gitignore @@ -0,0 +1,3 @@ +**.S +**.bin +**.o -- cgit v1.2.3