diff options
author | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-08 05:53:22 +0000 |
---|---|---|
committer | matt <matt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2008-10-08 05:53:22 +0000 |
commit | 898d5986f896627d0dd8973d89459a965c7f6806 (patch) | |
tree | fda68ac0bf35cc075af68c507435a32d704eb4b7 /top/u2_rev3/Makefile | |
parent | 8614511f0497a195386a6b7e03d25d040b7ea8ff (diff) | |
download | uhd-898d5986f896627d0dd8973d89459a965c7f6806.tar.gz uhd-898d5986f896627d0dd8973d89459a965c7f6806.tar.bz2 uhd-898d5986f896627d0dd8973d89459a965c7f6806.zip |
added the basic wb<-->extram interface and a serdes interrupt to tell link status
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9746 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'top/u2_rev3/Makefile')
-rw-r--r-- | top/u2_rev3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/top/u2_rev3/Makefile b/top/u2_rev3/Makefile index e023eb1a4..a86ee71b3 100644 --- a/top/u2_rev3/Makefile +++ b/top/u2_rev3/Makefile @@ -89,6 +89,7 @@ control_lib/simple_uart_rx.v \ control_lib/oneshot_2clk.v \ control_lib/sd_spi.v \ control_lib/sd_spi_wb.v \ +control_lib/wb_bridge_16_32.v \ coregen/fifo_xlnx_2Kx36_2clk.v \ coregen/fifo_xlnx_2Kx36_2clk.xco \ coregen/fifo_xlnx_512x36_2clk.v \ @@ -120,6 +121,7 @@ eth/rtl/verilog/flow_ctrl_tx.v \ eth/rtl/verilog/miim/eth_clockgen.v \ eth/rtl/verilog/miim/eth_outputcontrol.v \ eth/rtl/verilog/miim/eth_shiftreg.v \ +extram/wb_zbt16_b.v \ opencores/8b10b/decode_8b10b.v \ opencores/8b10b/encode_8b10b.v \ opencores/aemb/rtl/verilog/aeMB_bpcu.v \ |