blob: c4a9894deaceda6f0b513ac56170e25eefd7c949 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
module gfx_shader_group
import gfx::*;
(
input logic clk,
rst_n,
input group_op op,
input wave_exec wave,
gfx_regfile_io.ab read_data,
if_shake.rx in_shake,
gfx_wb.tx wb
);
word foo;
endmodule
|