mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
Removed unneeded TLBFlush from TLBMiss
This commit is contained in:
parent
54b8e7c629
commit
dc447ed5ed
@ -109,5 +109,5 @@ module tlbcontrol #(parameter ITLB = 0) (
|
||||
end
|
||||
|
||||
assign TLBHit = CAMHit & TLBAccess;
|
||||
assign TLBMiss = (~CAMHit | TLBFlush) & Translate & TLBAccess;
|
||||
assign TLBMiss = ~CAMHit & TLBAccess & Translate ;
|
||||
endmodule
|
||||
|
Loading…
Reference in New Issue
Block a user