fixed unsued parameters warnings

This commit is contained in:
Blaise Tine
2021-03-02 16:20:36 -05:00
parent 88d5cd4979
commit fdfc8e9605
35 changed files with 94 additions and 73 deletions

View File

@@ -18,6 +18,9 @@ module VX_warp_sched #(
output wire busy
);
`UNUSED_PARAM (CORE_ID)
wire join_fall;
wire [31:0] join_pc;
wire [`NUM_THREADS-1:0] join_tm;