Synthesis Compatible
This commit is contained in:
committed by
GitHub Enterprise
parent
b748a7665d
commit
c8abd48458
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user