Warps/Threads Parameterization

This commit is contained in:
Lyons, Ethan Tyler
2019-11-21 01:14:50 -05:00
committed by GitHub Enterprise
parent 8c73d53af7
commit 509850192c
5 changed files with 18 additions and 15 deletions

View File

@@ -1,16 +1,18 @@
`define NT 4
`define NT_M1 (`NT-1)
// NW_M1 is actually log2(NW)
`define NW_M1 (3-1)
//`define NW_M1 (4-1)
`define NW 8
`define NW_M1 (`CLOG2(`NW))
// Uncomment the below line if NW=1
// `define ONLY
// `define SYN 1
`define ASIC 1
//`define ASIC 1
`define NUM_BARRIERS 4