No description
  • C 86.7%
  • CMake 7.6%
  • Assembly 3.4%
  • Linker Script 2.3%
Find a file
2022-03-16 20:31:45 -04:00
include Experiment with custom opcodes 2022-03-15 18:58:25 -04:00
src Experiment with custom opcodes 2022-03-15 18:58:25 -04:00
.gitignore Implement much of execute and add clangd support 2022-03-13 14:16:29 -04:00
CMakeLists.txt Add optimizations for certain cases where features are disabled 2022-03-13 19:29:52 -04:00
compile command Fix logging code and add test code from rvsim 2022-03-13 12:08:32 -04:00
crt0.s Fix logging code and add test code from rvsim 2022-03-13 12:08:32 -04:00
linker.ld Fix logging code and add test code from rvsim 2022-03-13 12:08:32 -04:00
logo.png Add a logo 2022-03-16 20:31:45 -04:00
logo.svg Add a logo 2022-03-16 20:31:45 -04:00
readme.txt Add cmakelists.txt and readme 2022-03-13 10:01:28 -04:00
test.c Experiment with custom opcodes 2022-03-15 18:58:25 -04:00
test.s Fix logging code and add test code from rvsim 2022-03-13 12:08:32 -04:00
test_forc.s Experiment with custom opcodes 2022-03-15 18:58:25 -04:00

# rvsim32ie

A fork of my own rvsim, but more polished + the reduced scope of rv32ie only.