Skip to content

Commit

Permalink
Adding VHDL files
Browse files Browse the repository at this point in the history
  • Loading branch information
pjvalla authored and Nicolas Cuervo committed Mar 9, 2018
1 parent be4a128 commit 1661d55
Show file tree
Hide file tree
Showing 54 changed files with 11,673 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
build/
**/build-ip/
**/xsim_proj/
xsim*
6 changes: 0 additions & 6 deletions grc/pfb_channelizer_chanmux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ self.$(id).set_block_size($fft_size)
<tab>RFNoC Config</tab>
</param>

<sink>
<name>taps</name>
<type>message</type>
<optional>1</optional>
</sink>

<sink>
<name>in</name>
<type>complex</type>
Expand Down
8 changes: 8 additions & 0 deletions rfnoc/fpga-src/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@

RFNOC_SRCS += $(addprefix $(RFNOC_PFB_CHANNELIZER_DIR)/fpga-src/, \
noc_block_chanmux.v \
count_cycle_iw36_cw11.v \
count_items_iw36_cw11.v \
input_buffer.v \
pfb_2x.v \
circ_buffer.v \
exp_shifter.v \
channelizer_top.v \
noc_block_channelizer.v \
)
8 changes: 8 additions & 0 deletions rfnoc/fpga-src/Makefile.srcs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
$(addprefix SOURCES_PATH, \
noc_block_chanmux.v \
count_cycle_iw36_cw11.v \
count_items_iw36_cw11.v \
input_buffer.v \
pfb_2x.v \
circ_buffer.v \
exp_shifter.v \
channelizer_top.v \
noc_block_channelizer.v \
) \
Loading

0 comments on commit 1661d55

Please sign in to comment.