Synthesis Compatible

This commit is contained in:
Lyons, Ethan Tyler
2019-11-21 21:42:34 -05:00
committed by GitHub Enterprise
parent b748a7665d
commit c8abd48458
3 changed files with 73 additions and 7 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