zynq-sandbox

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1ea12574b129cbe5faf45bad3b9a20b1652aca4c
parent 8b7566e0f70f43af190d2185f3bd69037b27822d
Author: Brian Swetland <swetland@frotz.net>
Date:   Sun, 27 Jul 2014 21:04:25 -0700

zybo-eth: fix build

Diffstat:
Mhdl/zybo_eth.sv | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hdl/zybo_eth.sv b/hdl/zybo_eth.sv @@ -60,6 +60,7 @@ eth_rmii_rx phy0rx( .data(rxdata), .valid(rxvalid), .eop(rxeop), + .sop(), .out_tx(), .out_txen() );