This repository has been archived on 2025-06-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
riscv-bluespec-classic/.gitignore
2024-05-19 22:16:33 -04:00

25 lines
348 B
Text

*.vcd
*.so
# bluespec files
*.bo
*.ba
# files generated from building/simulating core
compile.log
build_v
build_b_sim
mkSim_b_sim
verilog_RTL
# files generated for FPGA ULX3s implementation
ulx3s_fpga/mkTop.d
ulx3s_fpga/mkTop.json
# generated experiment outputs
experiments/bram/*.cxx
experiments/bram/*.h
experiments/bram/simBRAM
*.o
.vscode