OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [orpsocv2/] [rtl/] [verilog/] [or1200/] [or1200_dc_fsm.v] - Diff between revs 477 and 849

Show entire file | Details | Blame | View Log

Rev 477 Rev 849
Line 310... Line 310...
 
 
   // ACK for when it's a cache miss - load only, is used in MUX for data back
   // ACK for when it's a cache miss - load only, is used in MUX for data back
   //                                  LSU straight off external data bus. In
   //                                  LSU straight off external data bus. In
   //                                  this was is also used for cache inhibit
   //                                  this was is also used for cache inhibit
   //                                  loads.
   //                                  loads.
   assign first_miss_ack = load_miss_ack | load_inhibit_ack;
   // first_hit_ack takes precedence over first_miss_ack
 
   assign first_miss_ack = ~first_hit_ack & (load_miss_ack | load_inhibit_ack);
 
 
   // ACK cache hit on load
   // ACK cache hit on load
   assign load_hit_ack = (state == `OR1200_DCFSM_CLOADSTORE) &
   assign load_hit_ack = (state == `OR1200_DCFSM_CLOADSTORE) &
                         hitmiss_eval & !tagcomp_miss & !dcqmem_ci_i & load;
                         hitmiss_eval & !tagcomp_miss & !dcqmem_ci_i & load;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.