adds 2GB DRAM and changes addr map

This commit is contained in:
2026-02-01 18:37:44 +01:00
parent d47fdc885f
commit f1326e51ff
3 changed files with 9 additions and 7 deletions

View File

@@ -66,6 +66,7 @@ private:
vpvper::minres::ethmac_tl eth1{"eth1"};
scc::memory<128_kB, scc::LT> mem_ram{"mem_ram"};
scc::memory<2_GB, scc::LT> mem_dram{"mem_dram"};
scc::memory<8_kB, scc::LT> boot_rom{"boot_rom"};
sc_core::sc_signal<sc_core::sc_time> mtime_clk{"mtime_clk"};