add Config Fetch interface and quick unit test
[soc.git] / src / soc / config / test / test_loadstore.py
index 2e337e92f7ba0ac72d3a4b8ee00a5bf03c2b0ebf..d70c380764ac8c5afa67656b20b114aaf0957f61 100644 (file)
@@ -8,6 +8,7 @@ from collections import namedtuple
 from nmigen.cli import rtlil
 
 TestMemPspec = namedtuple('TestMemPspec', ['ldst_ifacetype',
+                             'imem_ifacetype',
                              'addr_wid', 'mask_wid', 'reg_wid'])
 
 def write_to_addr(dut, addr, value):