Files
vortex/hw/rtl/tex_unit/VX_tex_format.v
2021-03-20 13:40:42 -04:00

12 lines
155 B
Verilog

`include "VX_tex_define.vh"
module VX_tex_format #(
parameter CORE_ID = 0
) (
// TODO
);
`UNUSED_PARAM (CORE_ID)
// TODO
endmodule