20 lines
125 B
Verilog
20 lines
125 B
Verilog
`include "VX_platform.vh"
|
|
|
|
module VX_tex_mgr (
|
|
input wire clk,
|
|
input wire reset
|
|
);
|
|
|
|
//--
|
|
|
|
endmodule
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|