Historial de Commits

Autor SHA1 Mensaje Fecha
  bart 9f23f26dc2 Huge refactor of webserv, now support brfs. hace 5 meses
  bart 52f2819774 Removed leftover ccache instructions from debugging instability problems. Commented out required ccache instructions for when L1I cache returns in the future. hace 1 año
  bart add43b75da L2 cache at 100MHz now greatly increases performance. Attempted to create l1i and l1d cache, but becomes unstable and the issue is difficult to similate/replicate. Therefore, all l1 cache is now bypassed and the code can be found in l1cacheUnstable.v. As no l1 cache anymore, I removed some ccache statements to increase performance as this instruction currently does nothing. hace 1 año
  bart 5af536210d Fixed instability by adding clear cache instruction during SPI transfer. No idea why this fixed the issue, as the I/O address range is above the limit for cache to work. hace 1 año
  bart 01b9bb8f29 Added signed right shift operation to CPU, assembler, compiler, code and documentation. hace 1 año
  bart 411c20ac98 Copied over BCC from FPGC5. No modifications yet. hace 2 años