* add map size as a localparam in rdl map package * rename from _SIZE -> _BYTES_SIZE * fix names on new test & localparam * wrap map size in SVInt
6 lines
117 B
Python
6 lines
117 B
Python
from ..lib.sim_testcase import SimTestCase
|
|
|
|
class Test(SimTestCase):
|
|
def test_dut(self):
|
|
self.run_test()
|