aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmips_machine.pro
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-06 14:42:49 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-06 14:42:49 +0100
commit608eed5c16366cae251f5d12ad1ed0b988b3ce46 (patch)
treebc338c8bee507c2a29b215b3c5f172c86f790933 /qtmips_machine/qtmips_machine.pro
parentc27a1e6354c04904345855e1d28b0e711efa1575 (diff)
downloadqtmips-608eed5c16366cae251f5d12ad1ed0b988b3ce46.tar.gz
qtmips-608eed5c16366cae251f5d12ad1ed0b988b3ce46.tar.bz2
qtmips-608eed5c16366cae251f5d12ad1ed0b988b3ce46.zip
Implement simple address-space ranges registration and example peripheral.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/qtmips_machine.pro')
-rw-r--r--qtmips_machine/qtmips_machine.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/qtmips_machine/qtmips_machine.pro b/qtmips_machine/qtmips_machine.pro
index eae7b6e..286847f 100644
--- a/qtmips_machine/qtmips_machine.pro
+++ b/qtmips_machine/qtmips_machine.pro
@@ -23,7 +23,9 @@ SOURCES += \
cache.cpp \
alu.cpp \
machineconfig.cpp \
- utils.cpp
+ utils.cpp \
+ physaddrspace.cpp \
+ peripheral.cpp
HEADERS += \
qtmipsmachine.h \
@@ -37,4 +39,6 @@ HEADERS += \
alu.h \
machineconfig.h \
utils.h \
- machinedefs.h
+ machinedefs.h \
+ physaddrspace.h \
+ peripheral.h