miss_handler: Fix AMO AXI ID mapping (#1821)

This commit is contained in:
Nils Wistoff 2024-02-09 23:14:47 +01:00 committed by GitHub
parent 5a9e1efd18
commit 6e8e2652b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,7 +179,7 @@ module miss_handler
amo_bypass_req.wdata = '0;
amo_bypass_req.be = '0;
amo_bypass_req.size = 2'b11;
amo_bypass_req.id = 4'b1011;
amo_bypass_req.id = 4'b1000 | 4'(NR_PORTS); // map AMO id to the first non-MSHR id
// core
flush_ack_o = 1'b0;
miss_o = 1'b0; // to performance counter