mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 08:58:40 -08:00
Use string type for string parameters
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -18,8 +18,8 @@ Authors:
|
||||
module taxi_eth_mac_1g_gmii_fifo #
|
||||
(
|
||||
parameter logic SIM = 1'b0,
|
||||
parameter VENDOR = "XILINX",
|
||||
parameter FAMILY = "virtex7",
|
||||
parameter string VENDOR = "XILINX",
|
||||
parameter string FAMILY = "virtex7",
|
||||
parameter logic PADDING_EN = 1'b1,
|
||||
parameter MIN_FRAME_LEN = 64,
|
||||
parameter TX_FIFO_DEPTH = 4096,
|
||||
|
||||
Reference in New Issue
Block a user