mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
adding static assertion
This commit is contained in:
parent
42afa2472f
commit
229641441f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module VX_issue import VX_gpu_pkg::*; #(
|
|||
VX_writeback_if.slave writeback_if [`ISSUE_WIDTH],
|
||||
VX_dispatch_if.master dispatch_if [`NUM_EX_UNITS * `ISSUE_WIDTH]
|
||||
);
|
||||
`STATIC_ASSERT (`ISSUE_WIDTH <= `NUM_WARPS, "invalid parameter");
|
||||
`STATIC_ASSERT ((`ISSUE_WIDTH <= `NUM_WARPS), ("invalid parameter"))
|
||||
|
||||
`ifdef PERF_ENABLE
|
||||
issue_perf_t per_issue_perf [`ISSUE_WIDTH];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue