mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-04-14 11:11:36 +01:00
adds 2GB DRAM and changes addr map
This commit is contained in:
@@ -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"};
|
||||
|
||||
Reference in New Issue
Block a user