summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_shader_mem.sv
blob: d9e4ff4874aadcbbdcdc1d2a8e777925c2655303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module gfx_shader_mem
import gfx::*;
(
	input  logic             clk,
	                         rst_n,

	input  mem_op            op,
	input  wave_exec         wave,

	       gfx_regfile_io.ab read_data,

	       if_shake.rx       in_shake,

	       gfx_wb.tx         wb
);

endmodule