mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-12 18:18:39 -08:00
axis: Remove extraneous parameter
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -18,7 +18,6 @@ Authors:
|
||||
module test_taxi_axis_register #
|
||||
(
|
||||
/* verilator lint_off WIDTHTRUNC */
|
||||
parameter DEPTH = 4096,
|
||||
parameter DATA_W = 8,
|
||||
parameter logic KEEP_EN = (DATA_W>8),
|
||||
parameter KEEP_W = ((DATA_W+7)/8),
|
||||
|
||||
Reference in New Issue
Block a user