Fix litedram wrapper build warnings and metavalues
authorMichael Neuling <mikey@neuling.org>
Mon, 5 Sep 2022 04:57:49 +0000 (14:57 +1000)
committerMichael Neuling <mikey@neuling.org>
Mon, 5 Sep 2022 04:57:49 +0000 (14:57 +1000)
commit24d04ed8f965774fb8a50c1bf48c0eec891c1885
treea3009cf71edee54984bfd162277cc1fd34cfc9ff
parent047f739b5892733c16a10201bd766c0dd0a2e25a
Fix litedram wrapper build warnings and metavalues

This fixes a couple of build warnings in litedram-wrapper-l2.vhdl

litedram/extras/litedram-wrapper-l2.vhdl:552:17:warning: declaration of "i" hides constant "i" [-Whide]
            for i in 0 to ROW_SIZE-1 loop
                ^
litedram/extras/litedram-wrapper-l2.vhdl:1129:9:warning: declaration of "litedram_trace" hides generic "litedram_trace" [-Whide]
        litedram_trace: litedram_trace_stub;
        ^

It also cleans up the runtime metavalue warnings

Signed-off-by: Michael Neuling <mikey@neuling.org>
litedram/extras/litedram-wrapper-l2.vhdl