summaryrefslogtreecommitdiff
path: root/src/dev/Device.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/Device.py')
-rw-r--r--src/dev/Device.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dev/Device.py b/src/dev/Device.py
index 4babffa18..bf43449b5 100644
--- a/src/dev/Device.py
+++ b/src/dev/Device.py
@@ -64,6 +64,8 @@ class IsaFake(BasicPioDevice):
ret_bad_addr = Param.Bool(False, "Return pkt status bad address on access")
update_data = Param.Bool(False, "Update the data that is returned on writes")
warn_access = Param.String("", "String to print when device is accessed")
+ fake_mem = Param.Bool(False,
+ "Is this device acting like a memory and thus may get a cache line sized req")
class BadAddr(IsaFake):
pio_addr = 0