stats: Add gate input to statistics collector

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-04-16 11:54:16 -07:00
parent 4be054e9b3
commit e3fcf54466
4 changed files with 9 additions and 2 deletions

View File

@@ -214,6 +214,7 @@ tx_stats_inst (
/*
* Control inputs
*/
.gate(1'b1),
.update(1'b0)
);
@@ -372,6 +373,7 @@ rx_stats_inst (
/*
* Control inputs
*/
.gate(1'b1),
.update(1'b0)
);