URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] - Rev 846
Go to most recent revision | Changes | View Log | RSS feed
Last modification
- Rev 846 2012-10-25 03:28:59 GMT
- Author: stekern
- Log message:
- or1200: Fix for cache bug related to first_{hit|miss}_ack
Under certain circumstances, when first_hit_ack and
first_miss_ack is asserted at the same time, cache data
would wrongly be overwritten with bus data.
Patch by: Matthew Hicks <firefalcon@gmail.com>