Historique des commits

Auteur SHA1 Message Date
  bart f88d0c38c1 Added BRFS to BDOS, started on new shell which uses BRFS and fixed many problems that came up during this process. il y a 5 mois
  bart 52f2819774 Removed leftover ccache instructions from debugging instability problems. Commented out required ccache instructions for when L1I cache returns in the future. il y a 1 an
  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. il y a 1 an
  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. il y a 1 an
  bart 01b9bb8f29 Added signed right shift operation to CPU, assembler, compiler, code and documentation. il y a 1 an
  bart 411c20ac98 Copied over BCC from FPGC5. No modifications yet. il y a 2 ans