summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv12
1 files changed, 12 insertions, 0 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv
index 6e4b777..71233a3 100644
--- a/rtl/core/arm810.sv
+++ b/rtl/core/arm810.sv
@@ -137,4 +137,16 @@ module arm810
.*
);
+ logic coproc;
+ word coproc_read, coproc_write;
+
+ core_cp15 cp15
+ (
+ .transfer(coproc),
+ .dec(dec_coproc),
+ .read(coproc_read),
+ .write(coproc_write),
+ .*
+ );
+
endmodule