From 608eed5c16366cae251f5d12ad1ed0b988b3ce46 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 6 Feb 2019 14:42:49 +0100 Subject: Implement simple address-space ranges registration and example peripheral. Signed-off-by: Pavel Pisa --- qtmips_machine/qtmips_machine.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'qtmips_machine/qtmips_machine.pro') 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 -- cgit v1.2.3