.. |
BDOS
|
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.
|
1 year ago |
BareMetal
|
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.
|
1 year ago |
CompilerTests
|
d55077792f
Updated BCC for B32P
|
2 years ago |
FPGCbuildTools
|
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.
|
1 year ago |
userBDOS
|
9a285550c0
Updated documentation a bit, added newlines to BENCH, removed wrong comments from L2cache.v
|
1 year ago |
Makefile
|
1026f4776c
Cleaned up some files
|
2 years ago |
backend.c
|
9a6bf3cd52
Improved reset for cache. Disabled l2 cache as it currently reduces performance. Added more CCache instructions to code, although likely not needed. Still instability issues when L1I cache is enabled.
|
1 year ago |
bcc.c
|
d55077792f
Updated BCC for B32P
|
2 years ago |
compileAndSend.sh
|
1026f4776c
Cleaned up some files
|
2 years ago |
compileBDOS.sh
|
1026f4776c
Cleaned up some files
|
2 years ago |
runTests.sh
|
1026f4776c
Cleaned up some files
|
2 years ago |
sendToBDOS.sh
|
1026f4776c
Cleaned up some files
|
2 years ago |
syncCfiles.sh
|
411c20ac98
Copied over BCC from FPGC5. No modifications yet.
|
2 years ago |
uploadToBDOS.sh
|
1026f4776c
Cleaned up some files
|
2 years ago |