antmicro / rowhammer-tester

https://antmicro.github.io/rowhammer-tester/
Apache License 2.0
52 stars 16 forks source link

Update board defines in the Makefile #162

Closed michalsieron closed 1 year ago

michalsieron commented 1 year ago

Top name for zcu104 is xilinx_zcu104 Remove ddr5_tester target as DDR5 is not merged yet

Unindent TOP, OFL_BOARD assignments as well as an error if given target is unsupported. Even though assignments can be indented and still work, the $(error ...) cannot be. If it is, make thinks it's a part of a recipe and errors with recipe commences before first target.

Signed-off-by: Michal Sieron msieron@antmicro.com