mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
miss_handler: Fix AMO AXI ID mapping (#1821)
This commit is contained in:
parent
5a9e1efd18
commit
6e8e2652b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue