diff --git a/rowhammer_tester/targets/common.py b/rowhammer_tester/targets/common.py index 936119f8a..08a8b0246 100644 --- a/rowhammer_tester/targets/common.py +++ b/rowhammer_tester/targets/common.py @@ -571,13 +571,13 @@ def run(args, builder, build_kwargs, target_name): print(f"Loading BIOS from: {bios_bin} starting at 0x{wb.mems.rom.base:08x} ...") print('Stopping CPU') - wb.regs.ctrl_reset.write(0b10) # cpu_rst + wb.regs.ctrl__reset.write(0b10) # cpu_rst memwrite(wb, rom_data, base=wb.mems.rom.base) wb.read(wb.mems.rom.base) print('Rebooting CPU') - wb.regs.ctrl_reset.write(0) + wb.regs.ctrl__reset.write(0) wb.close() diff --git a/third_party/litedram b/third_party/litedram index a25a3c197..2c0d34729 160000 --- a/third_party/litedram +++ b/third_party/litedram @@ -1 +1 @@ -Subproject commit a25a3c197ee6c9f1fa24d093d2e83c8c004a487b +Subproject commit 2c0d34729738286e1ea28e0832887e2e5d346450 diff --git a/third_party/litex b/third_party/litex index d2615061c..904dad3d1 160000 --- a/third_party/litex +++ b/third_party/litex @@ -1 +1 @@ -Subproject commit d2615061cb7f79e65560c3bf4bde8ba8025b06b4 +Subproject commit 904dad3d19807b821bf9effdfe0fa7337a4f9d31