diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-18 18:12:14 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-18 18:12:14 -0700 |
commit | 4db60e8d0e2cd227308a401fa185f209ea61ab6b (patch) | |
tree | 0a4afbf77861438eb4df2f782b14ab89d381c3b3 /fpga/usrp2/top/u2_rev3/Makefile | |
parent | bea1c582491d71bf90e240be345a32ba77028460 (diff) | |
parent | 7ea3d80ec7a75c827274aff209f9d7a9cd554806 (diff) | |
download | uhd-4db60e8d0e2cd227308a401fa185f209ea61ab6b.tar.gz uhd-4db60e8d0e2cd227308a401fa185f209ea61ab6b.tar.bz2 uhd-4db60e8d0e2cd227308a401fa185f209ea61ab6b.zip |
Merge branch 'udp' of git@ettus.sourcerepo.com:ettus/fpga into work
Diffstat (limited to 'fpga/usrp2/top/u2_rev3/Makefile')
-rw-r--r-- | fpga/usrp2/top/u2_rev3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga/usrp2/top/u2_rev3/Makefile b/fpga/usrp2/top/u2_rev3/Makefile index 867fb5cab..af93700c5 100644 --- a/fpga/usrp2/top/u2_rev3/Makefile +++ b/fpga/usrp2/top/u2_rev3/Makefile @@ -70,6 +70,7 @@ control_lib/ram_harv_cache.v \ control_lib/ram_loader.v \ control_lib/setting_reg.v \ control_lib/settings_bus.v \ +control_lib/settings_bus_crossclock.v \ control_lib/srl.v \ control_lib/system_control.v \ control_lib/wb_1master.v \ @@ -134,6 +135,8 @@ coregen/fifo_xlnx_64x36_2clk.v \ coregen/fifo_xlnx_64x36_2clk.xco \ coregen/fifo_xlnx_16x19_2clk.v \ coregen/fifo_xlnx_16x19_2clk.xco \ +coregen/fifo_xlnx_16x40_2clk.v \ +coregen/fifo_xlnx_16x40_2clk.xco \ extram/wb_zbt16_b.v \ opencores/8b10b/decode_8b10b.v \ opencores/8b10b/encode_8b10b.v \ |