Files
vhdl/lib
jens 21b41da6e2 - bugfix: instructions uncached LW => cached LW (with cache-miss) was buggy.
Symptoms:
  ...
1.: lw     $a0, 32($s0)  # Uncached load from memory mapped I/O
2.: lw     $a2, 4($v0)   # Cached load and cache-miss.
                                  # $a0 receives same value as $a2.
                                  # CPU skips writing $a0 due to busy flag of D-Cache,
                                  # which is already active in the previous cycle
...

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@681 cc03376c-175c-47c8-b038-4cd826a8556b
2009-11-24 11:33:37 +00:00
..
2009-01-30 21:30:21 +00:00
2009-01-30 21:22:25 +00:00
2009-01-30 21:30:21 +00:00
2008-08-23 08:20:30 +00:00
2009-01-11 15:31:42 +00:00
2008-08-23 08:20:30 +00:00
2008-08-23 08:20:30 +00:00
2009-11-04 19:26:53 +00:00
2008-08-23 08:20:30 +00:00
2008-08-23 08:20:30 +00:00
2009-11-07 12:01:22 +00:00
2009-01-30 21:30:21 +00:00
2009-11-15 10:21:45 +00:00
2009-11-08 21:53:11 +00:00
2009-11-22 22:37:29 +00:00