Skip to content

Commit

Permalink
Add Ara support for back-referencing
Browse files Browse the repository at this point in the history
Co-authored-by: Vincenzo Maisto <[email protected]>
Co-authored-by: Matteo Perotti <[email protected]>
Signed-off-by: Moritz Imfeld <[email protected]>
  • Loading branch information
3 people committed Jul 3, 2024
1 parent 5a3ce5d commit 9d29f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions target/xilinx/src/cheshire_top_xilinx.sv
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ module cheshire_top_xilinx (
ret.VgaRedWidth = 5;
ret.VgaGreenWidth = 6;
ret.VgaBlueWidth = 5;
`ifdef ARA
ret.Ara = 1;
ret.AraVLEN = `ifdef VLEN `VLEN `else 0 `endif;
ret.AraNrLanes = `ifdef NR_LANES `NR_LANES `else 0 `endif;
`endif
return ret;
endfunction

Expand Down

0 comments on commit 9d29f23

Please sign in to comment.