mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
stats: Add gate input to statistics collector
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user