Use string type for string parameters

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-02-21 19:14:28 -08:00
parent 6154506c0a
commit 6a294cef2c
30 changed files with 60 additions and 60 deletions

View File

@@ -18,8 +18,8 @@ Authors:
module taxi_eth_mac_1g_rgmii #
(
parameter logic SIM = 1'b0,
parameter VENDOR = "XILINX",
parameter FAMILY = "virtex7",
parameter string VENDOR = "XILINX",
parameter string FAMILY = "virtex7",
parameter logic USE_CLK90 = 1'b1,
parameter logic PADDING_EN = 1'b1,
parameter MIN_FRAME_LEN = 64,