Commit graph

  • 71883dca82 More linux testbench fixes Noah Boorstin 2021-01-23 17:52:05 -05:00
  • a75d7e4555 More linux testbench fixes Noah Boorstin 2021-01-23 17:52:05 -05:00
  • 117713be89 Linux test now gets through first 8 instructions! Noah Boorstin 2021-01-23 16:42:17 -05:00
  • be62987dec Linux test now gets through first 8 instructions! Noah Boorstin 2021-01-23 16:42:17 -05:00
  • b77ef491fc Replaced parameters with macros for XLEN, MISA, other configuration, and renamed wally-params.sv to wally-config.vh David Harris 2021-01-23 10:48:12 -05:00
  • 3905e77e54 Replaced parameters with macros for XLEN, MISA, other configuration, and renamed wally-params.sv to wally-config.vh David Harris 2021-01-23 10:48:12 -05:00
  • 556e815c4b Cleaned up regfile x0 tied to gnd David Harris 2021-01-23 10:22:20 -05:00
  • 170c88bc06 Cleaned up regfile x0 tied to gnd David Harris 2021-01-23 10:22:20 -05:00
  • c6c5dcb2ef Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main David Harris 2021-01-23 10:19:28 -05:00
  • 93f8c6f29e Merge branch 'main' of https://github.com/davidharrishmc/riscv-wally into main David Harris 2021-01-23 10:19:28 -05:00
  • b28129fcc3 Initial checkin of UART David Harris 2021-01-23 10:19:09 -05:00
  • 6b9c6223be Initial checkin of UART David Harris 2021-01-23 10:19:09 -05:00
  • a66bd9008c slightly more info on errors, add instruction decoding Noah Boorstin 2021-01-22 21:14:45 -05:00
  • 18f6aa716e slightly more info on errors, add instruction decoding Noah Boorstin 2021-01-22 21:14:45 -05:00
  • cdcacb8dbe change how testbench reads data Noah Boorstin 2021-01-22 20:27:01 -05:00
  • 3b16766fde change how testbench reads data Noah Boorstin 2021-01-22 20:27:01 -05:00
  • 379fc6d5ca change regfile to not hold state of x0 Noah Boorstin 2021-01-22 15:12:33 -05:00
  • 4c51a20634 change regfile to not hold state of x0 Noah Boorstin 2021-01-22 15:12:33 -05:00
  • adfeb29b77 change regfile to not hold state of x0 Noah Boorstin 2021-01-22 15:11:55 -05:00
  • 2c8571aaac change regfile to not hold state of x0 Noah Boorstin 2021-01-22 15:11:55 -05:00
  • 5b0070ac0b Start adding register checking Noah Boorstin 2021-01-22 15:05:58 -05:00
  • e45f452f25 Start adding register checking Noah Boorstin 2021-01-22 15:05:58 -05:00
  • 6d88c57f0f load instructions from file line by line Noah Boorstin 2021-01-22 14:11:17 -05:00
  • 8104b93900 load instructions from file line by line Noah Boorstin 2021-01-22 14:11:17 -05:00
  • 574eb83d2b Start of gdb output parser Noah Boorstin 2021-01-22 13:57:58 -05:00
  • e8132800d3 Start of gdb output parser Noah Boorstin 2021-01-22 13:57:58 -05:00
  • af3adff077 add scripts for generating instruction trace Noah Boorstin 2021-01-22 13:06:45 -05:00
  • 8c85f891f5 add scripts for generating instruction trace Noah Boorstin 2021-01-22 13:06:45 -05:00
  • 3f2820646d More testbench setup work Noah Boorstin 2021-01-21 17:55:05 -05:00
  • 40f0b1e328 More testbench setup work Noah Boorstin 2021-01-21 17:55:05 -05:00
  • b93a37cdb6 copy testbench to modify for busybear Noah Boorstin 2021-01-21 16:17:34 -05:00
  • 795359576b copy testbench to modify for busybear Noah Boorstin 2021-01-21 16:17:34 -05:00
  • 2f24249d17 testgen-ADD-SUB working and testbench simualtes with new vectors for rv32 and rv64 David Harris 2021-01-20 01:04:28 -05:00
  • f32c70e866 testgen-ADD-SUB working and testbench simualtes with new vectors for rv32 and rv64 David Harris 2021-01-20 01:04:28 -05:00
  • 9679345cae testgen-ADD-SUB initial untested David Harris 2021-01-19 22:58:56 -05:00
  • e3a7fcb5f1 testgen-ADD-SUB initial untested David Harris 2021-01-19 22:58:56 -05:00
  • 820312bc87 Initial testgen checkin David Harris 2021-01-19 13:09:56 -05:00
  • 5479342d00 Initial testgen checkin David Harris 2021-01-19 13:09:56 -05:00
  • f9ad54f18c Changed to . notation for instantiation, cleaned up dmem David Harris 2021-01-18 20:16:53 -05:00
  • 6595c7827f Changed to . notation for instantiation, cleaned up dmem David Harris 2021-01-18 20:16:53 -05:00
  • dacc392c95 cleanup David Harris 2021-01-18 00:42:40 -05:00
  • 46d02d3818 cleanup David Harris 2021-01-18 00:42:40 -05:00
  • dc4f00c975 Sped up exe2memfile.pl David Harris 2021-01-17 18:45:19 -05:00
  • 18fe5c7c93 Sped up exe2memfile.pl David Harris 2021-01-17 18:45:19 -05:00
  • 6e9cff45da Added exe2memfile.py David Harris 2021-01-16 15:09:06 -05:00
  • df4d79f8f8 Added exe2memfile.py David Harris 2021-01-16 15:09:06 -05:00
  • cf0958c54e Added GPIO David Harris 2021-01-15 00:25:56 -05:00
  • bfc86182a0 Added GPIO David Harris 2021-01-15 00:25:56 -05:00
  • cccb47d795 Added GPIO David Harris 2021-01-15 00:19:31 -05:00
  • 821fb20746 Added GPIO David Harris 2021-01-15 00:19:31 -05:00
  • d6a6f67b04 Initial Checkin David Harris 2021-01-14 23:37:51 -05:00
  • fd01e27a48 Initial Checkin David Harris 2021-01-14 23:37:51 -05:00
  • 86128ee0af Initial commit davidharrishmc 2021-01-14 20:16:47 -08:00
  • a609876074
    Initial commit davidharrishmc 2021-01-14 20:16:47 -08:00