tex_unit partial update
This commit is contained in:
12
hw/rtl/tex_unit/VX_tex_sampler.v
Normal file
12
hw/rtl/tex_unit/VX_tex_sampler.v
Normal file
@@ -0,0 +1,12 @@
|
||||
`include "VX_define.vh"
|
||||
|
||||
module VX_tex_sampler #(
|
||||
parameter CORE_ID = 0
|
||||
) (
|
||||
input wire clk,
|
||||
input wire reset
|
||||
);
|
||||
|
||||
// TODO
|
||||
|
||||
endmodule
|
||||
Reference in New Issue
Block a user