summaryrefslogtreecommitdiff
path: root/rtl/core/cp15/cp15.sv
blob: b31ccb7d72251d0f727d2dc13b38da32dc0a70c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
`include "core/uarch.sv"

module core_cp15
(
	input  logic         clk,
	                     transfer,
	input  coproc_decode dec,
	input  word          write,

	output word          read
);

endmodule