mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
58c3c63dae
commit
f0a4d2e142
3 changed files with 6 additions and 3 deletions
|
@ -109,7 +109,6 @@
|
|||
`ifndef SOCKET_SIZE
|
||||
`define SOCKET_SIZE `MIN(4, `NUM_CORES)
|
||||
`endif
|
||||
`define NUM_SOCKETS `UP(`NUM_CORES / `SOCKET_SIZE)
|
||||
|
||||
`ifdef L2_ENABLE
|
||||
`define L2_ENABLED 1
|
||||
|
|
|
@ -59,6 +59,8 @@
|
|||
`define OFFSET_BITS 12
|
||||
`define IMM_BITS `XLEN
|
||||
|
||||
`define NUM_SOCKETS `UP(`NUM_CORES / `SOCKET_SIZE)
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
`define EX_ALU 0
|
||||
|
|
|
@ -13,11 +13,13 @@
|
|||
|
||||
`include "VX_define.vh"
|
||||
|
||||
interface VX_decode_if import VX_gpu_pkg::*; ();
|
||||
interface VX_decode_if import VX_gpu_pkg::*; #(
|
||||
parameter WID_WiDTH = `NW_WIDTH
|
||||
);
|
||||
|
||||
typedef struct packed {
|
||||
logic [`UUID_WIDTH-1:0] uuid;
|
||||
logic [`NW_WIDTH-1:0] wid;
|
||||
logic [WID_WiDTH-1:0] wid;
|
||||
logic [`NUM_THREADS-1:0] tmask;
|
||||
logic [`PC_BITS-1:0] PC;
|
||||
logic [`EX_BITS-1:0] ex_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue