mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
Fix amo offset forgetfulness (#1003)
Co-authored-by: Charles Block <coblock2@illinois.edu>
This commit is contained in:
parent
ce7e30f6c0
commit
4263e20365
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ module wt_axi_adapter import ariane_pkg::*; import wt_cache_pkg::*; #(
|
|||
axi_wr_be = '0;
|
||||
axi_wr_lock = '0;
|
||||
axi_wr_atop = '0;
|
||||
amo_off_d = '0;
|
||||
amo_off_d = amo_off_q;
|
||||
amo_gen_r_d = amo_gen_r_q;
|
||||
|
||||
// read channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue