8Warp 32Threads for GTCAD synthesis

This commit is contained in:
fares
2019-11-21 23:51:11 -05:00
9 changed files with 271 additions and 87 deletions

View File

@@ -1,11 +1,10 @@
`include "./VX_define_synth.v"
`define NT 4
`define NT_M1 (`NT-1)
// NW_M1 is actually log2(NW)
//`define NW_M1 (4-1)
`define NW 8
`define NW_M1 (`CLOG2(`NW))
// Uncomment the below line if NW=1
@@ -13,6 +12,7 @@
// `define SYN 1
// `define ASIC 1
// `define SYN_FUNC 1
`define NUM_BARRIERS 4