rebase master update
This commit is contained in:
14
hw/rtl/interfaces/VX_tex_csr_if.v
Normal file
14
hw/rtl/interfaces/VX_tex_csr_if.v
Normal file
@@ -0,0 +1,14 @@
|
||||
`ifndef VX_TEX_CSR_IF
|
||||
`define VX_TEX_CSR_IF
|
||||
|
||||
`include "VX_define.vh"
|
||||
|
||||
interface VX_tex_csr_if ();
|
||||
|
||||
wire write_enable;
|
||||
wire [`CSR_ADDR_BITS-1:0] write_addr;
|
||||
wire [31:0] write_data;
|
||||
|
||||
endinterface
|
||||
|
||||
`endif
|
||||
Reference in New Issue
Block a user