mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 08:58:40 -08:00
eth: Clean up function definitions
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -178,8 +178,7 @@ for (genvar n = 0; n < 4; n = n + 1) begin : crc
|
||||
|
||||
end
|
||||
|
||||
function [1:0] keep2empty;
|
||||
input [3:0] k;
|
||||
function [1:0] keep2empty(input [3:0] k);
|
||||
casez (k)
|
||||
4'bzzz0: keep2empty = 2'd3;
|
||||
4'bzz01: keep2empty = 2'd3;
|
||||
|
||||
Reference in New Issue
Block a user