Simulator compatibility updates
This commit is contained in:
@@ -2,6 +2,8 @@ from ..lib.sim_testcase import SimTestCase
|
||||
from ..lib.cpuifs.passthrough import Passthrough
|
||||
|
||||
class Test(SimTestCase):
|
||||
incompatible_sim_tools = {"xsim"} # due to cb struct assignment bug
|
||||
|
||||
cpuif = Passthrough() # test with bit strobes
|
||||
|
||||
def test_dut(self):
|
||||
|
||||
Reference in New Issue
Block a user