2022-12-09-meeting-notes 946 B

12345678910111213141516171819202122
  1. - csr tb / trap tb done (+ tests)
  2. - seems to work well!
  3. - system test on bare-metal
  4. - additions haven't broken existing program tests, all programs run
  5. - FreeRTOS doesn't work (sadly)
  6. - code size problem? IMEM too small?
  7. - can IMEM size be increased for testing purposes?
  8. - need to change pc_type, bootloader, ...
  9. - how to meaningfully test additions on bare-metal?
  10. - causing software interrupts with wait using time function from util.c?
  11. - time interrupt VHDL unit?
  12. - external interrupt VHDL unit?
  13. - is there additional information to the DE0-Nano peripherally connected board pinout?
  14. - small asm program that uses CSR functionality for additional testing => simulation
  15. - TODO:
  16. - software interrupt testing
  17. - asm programs
  18. - c programs
  19. - simulations and bare-metal tests
  20. - CSR instruction testing
  21. - external interrupt testing