mirror of
https://github.com/fpganinja/taxi.git
synced 2026-05-26 09:20:58 -07:00
eth: Minor example design cleanup
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -22,7 +22,7 @@ module fpga #
|
||||
// vendor ("GENERIC", "XILINX", "ALTERA")
|
||||
parameter string VENDOR = "XILINX",
|
||||
// device family
|
||||
parameter string FAMILY = "zynquplus",
|
||||
parameter string FAMILY = "virtexuplus",
|
||||
// Use 90 degree clock for RGMII transmit
|
||||
parameter logic USE_CLK90 = 1'b0
|
||||
)
|
||||
|
||||
@@ -22,7 +22,7 @@ module fpga_core #
|
||||
// vendor ("GENERIC", "XILINX", "ALTERA")
|
||||
parameter string VENDOR = "XILINX",
|
||||
// device family
|
||||
parameter string FAMILY = "zynquplus",
|
||||
parameter string FAMILY = "virtexuplus",
|
||||
// Use 90 degree clock for RGMII transmit
|
||||
parameter logic USE_CLK90 = 1'b1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user