mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-02-06 08:15:03 +00:00
ram: Rework main RAM interface
This replaces the simple_ram_behavioural and mw_soc_memory modules with a common wishbone_bram_wrapper.vhdl that interfaces the pipelined WB with a lower-level RAM module, along with an FPGA and a sim variants of the latter. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
@@ -13,7 +13,7 @@ cwd = os.getcwd()
|
||||
os.chdir(tempdir.name)
|
||||
|
||||
copyfile(os.path.join(cwd, 'tests/micropython.bin'),
|
||||
os.path.join(tempdir.name, 'simple_ram_behavioural.bin'))
|
||||
os.path.join(tempdir.name, 'main_ram.bin'))
|
||||
|
||||
cmd = [ os.path.join(cwd, './core_tb') ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user