URL
https://opencores.org/ocsvn/potato/potato/trunk
Subversion Repositories potato
[/] - Rev 45
Directory listing | View Log | Compare with Previous | RSS feed
Last modification
- Rev 45, 2015-06-03 19:43:50 GMT
- Author: skordal
- Log message:
- Merge branch cache-playground (r23-r30 and r34-r44) into trunk
This primarily adds the following features the the processor:
- A direct-mapped instruction cache with configurable cache line width and
number of cache lines.
- Various bug fixes for bugs that appeared when the processor could run
instructions at full speed but had to stall for data.
- A "Hello World" test application.