blob: 614d5a1a030d67e790d69abde660899e6e64d2cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
module gfx_shader_sfu
import gfx::*;
(
input logic clk,
rst_n,
input sfu_op op,
gfx_regfile_io.ab read_data,
gfx_shake.rx in_shake,
gfx_wb.tx wb
);
endmodule
|