[USRP-users] GNU Radio and RFNoC Hackfest, Nov 12-16 in Santa Clara, CA!

2018-10-25 Thread Jeffrey Cuenco via USRP-users
*Greetings USRP Community,* Announcing the *GNU Radio* and *RFNoC Hackfest* at NI Silicon Valley! The GNU Radio and RFNoC HackFest will provide an opportunity for SDR developers to collaborate in person, and work on problems, bugs, or projects related to GNU Radio and RFNoC. *When* November 12t

[USRP-users] Reminder: GNU Radio and RFNoC Hackfest, Nov 12-16 in Santa Clara, CA!

2018-11-04 Thread Jeffrey Cuenco via USRP-users
Hi everyone, Just a friendly reminder that our GNU Radio and RFNoC Hackfest is coming up next week, so if you were planning on coming and haven’t RSVP’d yet, please do so via the link below! If you’re having trouble looking for places with reasonable lodging, below are a few places with nightly r

[USRP-users] [Clarification]: Reminder: GNU Radio and RFNoC Hackfest, Nov 12-16 in Santa Clara, CA!

2018-11-05 Thread Jeffrey Cuenco via USRP-users
Hi again, I received a few questions from some of you wanting to attend if it’s possible to just attend a few days instead of all 5, and I just want to clarify for everyone that the answer is yes. :) Whether you are attending all 5 days or can only make one or a few, please still RSVP to the Even

[USRP-users] RFNoC 4.0 OOT FPGA Testbench Writing Guidance?

2022-05-09 Thread Jeffrey Cuenco via USRP-users
Hi all, Long time no see! I am currently on a final stretches of completing a masters project for my wireless embedded systems program that involves a USRP X310 with RFNoC 4.0 and GNURadio that implements a Hierarchical Modulation design using nested 4QAM / QPSK (final constellation "appears" like

[USRP-users] Re: RFNoC 4.0 OOT FPGA Testbench Writing Guidance?

2022-05-11 Thread Jeffrey Cuenco via USRP-users
// Whatever values you want for > the input packet, one byte per element > blk_ctrl.send_items(0, sent); > > blk_ctrl.recv_items(0, received); > foreach(received[i]) begin > // Compare the expected value to the byte in received[i] and see if it > matches > end >

[USRP-users] Re: RFNoC 4.0 OOT FPGA Testbench Writing Guidance?

2022-05-13 Thread Jeffrey Cuenco via USRP-users
an item_t array and >>>>> send it as a single packet using blk_ctrl.send_items(). Then you can call >>>>> blk_ctrl.recv_items() to get the data output packet, and inspect the >>>>> items array that is returned. Take a look at PkgRfnocBlockCtrlBfm to see

[USRP-users] Re: RFNoC 4.0 OOT FPGA Testbench Writing Guidance?

2022-05-20 Thread Jeffrey Cuenco via USRP-users
l want to regenerate the noc_shell to do >>>>>>>>>>> that (be >>>>>>>>>>>careful not to overwrite your other files if you do this). But >>>>>>>>>>> the ctrl bus >>>>>>>&

[USRP-users] Re: What's means ce_clk in orginal USRP blocks? as it is not in rfnoc-example ....

2022-05-21 Thread Jeffrey Cuenco via USRP-users
Hello, I am also currently developing with UHD v4.1.0.5 and the default verilog template code generated by *rfnoc_mod_tool *does not automatically include ce_clk. If you would like to use ce_clk you can use the *rfnoc_create_verilog* tool to regenerate and customize the verilog code from the temp