fpga fixes
This commit is contained in:
2
hw/rtl/cache/VX_prefetcher.v
vendored
2
hw/rtl/cache/VX_prefetcher.v
vendored
@@ -28,7 +28,7 @@ module VX_prefetcher #(
|
||||
wire current_full;
|
||||
wire current_empty;
|
||||
|
||||
assign current_valid = ~current_empty;
|
||||
assign current_valid = !current_empty;
|
||||
|
||||
wire update_use = ((use_valid == 0) || ((use_valid-1) == 0)) && current_valid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user