Initial Chisel core implementation

This commit is contained in:
abnerhexu
2026-06-26 08:20:25 +00:00
commit 502803c37f
47 changed files with 2342 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# SBT specific
target/
project/target/
project/project/
# IDE
.idea/
.vscode/
.bsp/
.metals/
.bloop/
metals.sbt
# Scala
*.class
*.log
# Generated files
generated/
sim/verilator/obj_dir/
sim/scripts/test_results.txt
riscv-tests/
# toolchain
toolchain/