mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 17:08:38 -08:00
example/ADM_PCIE_9V3: Example design cleanup
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -26,16 +26,16 @@ module fpga_core #
|
|||||||
* Clock: 125 MHz
|
* Clock: 125 MHz
|
||||||
* Synchronous reset
|
* Synchronous reset
|
||||||
*/
|
*/
|
||||||
input wire clk_125mhz,
|
input wire logic clk_125mhz,
|
||||||
input wire rst_125mhz,
|
input wire logic rst_125mhz,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GPIO
|
* GPIO
|
||||||
*/
|
*/
|
||||||
output wire [1:0] user_led_g,
|
output wire logic [1:0] user_led_g,
|
||||||
output wire user_led_r,
|
output wire logic user_led_r,
|
||||||
output wire [1:0] front_led,
|
output wire logic [1:0] front_led,
|
||||||
input wire [1:0] user_sw,
|
input wire logic [1:0] user_sw,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ethernet: QSFP28
|
* Ethernet: QSFP28
|
||||||
|
|||||||
Reference in New Issue
Block a user