mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-31 00:44:38 +00:00
Add a comment to explain a detail
This commit is contained in:
parent
c32fe09056
commit
4d58f673b2
@ -68,6 +68,7 @@ module icache(
|
||||
|
||||
rodirectmappedmem #(.LINESIZE(ICACHELINESIZE), .NUMLINES(ICACHENUMLINES), .WORDSIZE(`XLEN)) cachemem(
|
||||
.*,
|
||||
// Stall it if the pipeline is stalled, unless we're stalling it and we're ending our stall
|
||||
.stall(StallF && (~ICacheStallF || ~EndFetchState)),
|
||||
.flush(FlushMem),
|
||||
.ReadUpperPAdr(ICacheMemReadUpperPAdr),
|
||||
|
Loading…
Reference in New Issue
Block a user