Skip to content

Commit

Permalink
Use 4x domain for alert deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdudek committed Apr 6, 2023
1 parent 189e87d commit 82a6f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rowhammer_tester/targets/ddr5_test_board.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def get_ddr_pin_domains(self):
par=(("sys2x_io", "sys4x_io"), None),
cs_n=(("sys2x_io", "sys4x_io"), None),
reset_n=(("sys2x_io", "sys4x_io"), None),
alert_n=(None, ("sys", "sys2x")),
alert_n=(None, ("sys", "sys4x")),
dq=(("sys2x_90_io", "sys4x_90_io"), ("sys2x_90_io", "sys4x_90_io")),
dm_n=(("sys2x_90_io", "sys4x_90_io"), ("sys2x_90_io", "sys4x_90_io")),
dqs_t=(("sys2x_io", "sys4x_io"), ("sys2x_90_io", "sys4x_90_io")),
Expand Down
2 changes: 1 addition & 1 deletion rowhammer_tester/targets/ddr5_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def get_ddr_pin_domains(self):
B_par=(("sys2x_io", "sys4x_io"), None),
B_cs_n=(("sys2x_io", "sys4x_io"), None),
reset_n=(("sys2x_io", "sys4x_io"), None),
alert_n=(None, ("sys_io", "sys2x_io")),
alert_n=(None, ("sys_io", "sys4x_io")),
A_dq=(("sys2x_90_io", "sys4x_90_io"), ("sys_io", "sys4x_io")),
A_dqs_t=(("sys2x_io", "sys4x_io"), ("sys_io", "sys4x_io")),
A_dqs_c=(("sys2x_io", "sys4x_io"), ("sys_io", "sys4x_io")),
Expand Down

0 comments on commit 82a6f39

Please sign in to comment.