mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 22:07:41 -04:00
15 lines
No EOL
304 B
Verilog
15 lines
No EOL
304 B
Verilog
`ifndef VX_COMMIT_IF
|
|
`define VX_COMMIT_IF
|
|
|
|
`include "VX_define.vh"
|
|
|
|
interface VX_commit_if ();
|
|
|
|
wire valid;
|
|
wire [`ISTAG_BITS-1:0] issue_tag;
|
|
wire [`NUM_THREADS-1:0][31:0] data;
|
|
wire ready;
|
|
|
|
endinterface
|
|
|
|
`endif |