Skip to content

boards: fix incorrect logic of reset input for aasd

Tristan Gingold requested to merge wrpc-v5-rst into wrpc-v5

The arst_i input of gc_reset_multi_aasd is active high, so the resets must be or-ed (using positive logic)

Merge request reports