issues
search
IObundle
/
iob-eth
Basic Verilog Ethernet core and C driver functions
MIT License
10
stars
4
forks
source link
Fix cdc, update example firmware.c
#29
Closed
P-Miranda
closed
2 years ago
P-Miranda
commented
2 years ago
Fix CDC circuit for send and rcv_ack commands from CPU (at system clock) to ethernet core (at TX_CLK and RX_CLK)
now uses LIB macro for Fast to Slow transitions
Update
example_firmware.c
Same program for pc-emul and fpga execution
Does not require DDR (faster synthesis for fpga)
Add constraint example for a system with
USE_DDR=0
example_firmware.c
USE_DDR=0