devicetree-org / lopper

Other
31 stars 35 forks source link

assists: baremetallinker: Fix ddr_default logic for memory tests #343

Closed sivadur closed 1 month ago

sivadur commented 1 month ago

For memory tests, the default_ddr is always getting assigned to zeroth bram even when we have multiple brams in the design. Ideally, it is expected to be assigned to bram with higher size, update the logic accrodingly.