Thank you Derek,

I was playing around with E300 design, but we actually need to use B2X0
devices, apparently not supported by RFNoC. Also we need to implement some
complex decimation and filtering so that FIR block will not be enough.

I guess, if I'm not mistaken, our only choice is to use Xilinx ISE to
modify the hdl design.

Regards,
Brais.



2017-10-03 12:45 GMT+02:00 Derek Kozel <derek.ko...@ettus.com>:

> Hello Brais,
>
> The HDL design does have a top block and is composed of usefully divided
> sub blocks. It is not however designed using the graphical Vivado workflow,
> but a source based one. Here is the top block:
> https://github.com/EttusResearch/fpga/blob/maint/usrp3/top/e300/e310.v
>
> Your application however sounds exactly like what the RFNoC architecture
> was designed for. This architecture, which the E310 implements, allows you
> to add in a self contained block of functional logic wrapped by an
> interface supplied by Ettus. I recommend reading this application note and
> possibly watching this video which introduces the architecture and leads
> through the creation of a sample RFNoC block.
>
> https://kb.ettus.com/Getting_Started_with_RFNoC_Development
> https://www.youtube.com/watch?v=j-EfyPVpaJ8
>
> If you only want to add a filter or two there is already an FIR block
> which you could either directly make use of or make hopefully minor
> modifications to meet your needs.
> https://github.com/EttusResearch/fpga/blob/6996ed662e5ae170e60ab8cb6de54c
> 362cecf8d2/usrp3/lib/rfnoc/noc_block_fir_filter.v#L141
>
> Regards,
> Derek
>
>
> On Thu, Sep 21, 2017 at 4:48 PM, Brais Ares via USRP-users <
> usrp-users@lists.ettus.com> wrote:
>
>> Hello,
>>
>> We want to add some blocks to HDL design in E310 device. We followed the
>> instructions to build Vivado project and it worked okay.
>>
>> Thing is the built design when opened in Vivado looks this way
>> <https://www.dropbox.com/s/5w7ari9xlpth4e9/hdl_hierarchy.JPG?dl=0> ...
>> where design sources hierarchy is kind of complex. I was expecting a top
>> module or at least not that much sources.
>>
>> Is there no way to see the design as a block design (like in a typical
>> Vivado workflow)?
>>
>> Adding just a few filters to this design implies reverse-engineering what
>> is going on in most of these source files...
>>
>> ​Any advice in how to proceed/start is appreciated.
>> Regards,
>> Brais.​
>>
>>
>> _______________________________________________
>> USRP-users mailing list
>> USRP-users@lists.ettus.com
>> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>
>>
>


-- 

[image: logo_170x100px.png] <http://www.gradiant.org/>

Brais Ares Fernández
Investigador - Desarrollador | Área de Comunicaciones Avanzadas
Researcher - Developer | Advanced Communications Department

Ph. (+34) 986 120 430  Ext. 3019
ba...@gradiant.org  |  www.gradiant.org

[image: Iconos Redes Sociales GRD Firma email-01]
<https://www.facebook.com/GradiantNews/>  [image: Iconos Redes Sociales GRD
Firma email-02] <https://twitter.com/Gradiant>  [image: Iconos Redes
Sociales GRD Firma email-03] <https://www.linkedin.com/company-beta/769728>
 [image: Iconos Redes Sociales GRD Firma email-04]
<https://www.youtube.com/user/ComunicacionGRD>
Take care of the environment. Try not to print this email.
The information contained in this email message may be confidential
information, and may also be the subject of legal professional privilege.
If you are not the intended recipient, any use, interference with,
disclosure or copying of this material is unauthorized and prohibited.
Please inform us immediately and destroy the email. Thank you for your
cooperation.
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to