Debug regression: have to say something about memory in order to run a simple test
This commit is contained in:
parent
5df55d7911
commit
bd5fe5d22e
@ -2,6 +2,11 @@ import targets
|
||||
import testlib
|
||||
|
||||
class RocketSimHart(targets.Hart):
|
||||
# This isn't generically true, but it's true enough for the Default*Configs in this code for now.
|
||||
# to get these tests to pass.
|
||||
ram = 0x80000000
|
||||
ram_size = 0x4000
|
||||
instruction_hardware_breakpoint_count = 2
|
||||
pass
|
||||
|
||||
class RocketSim(targets.Target):
|
||||
|
Loading…
Reference in New Issue
Block a user