Simulink HDL Coder - Filter - Fully Serial Interfacing
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Jast
am 18 Sep. 2015
Bearbeitet: Jast
am 18 Sep. 2015
I have generated an IIR filter using FDAtool, ported it to simulink, and got it running on an FPGA in full parallel mode. Now I want to implement the fully serial architecture, but I cannot find an example timing diagram for interfacing with the top level entity of the filter. Does anyone know where to find such an example timing diagram which explains how to interface with the fully serial filter?
Thanks
0 Kommentare
Akzeptierte Antwort
Bharath Venkataraman
am 18 Sep. 2015
Bearbeitet: Bharath Venkataraman
am 18 Sep. 2015
There is no timing diagram readily available, but if you look at the HDL code, you will see the interface is to provide a clock input that is N times faster (the setting for N is displayed during HDL code generation: Clock Rate is N times the sample rate for this architecture) and feed in the data/samples at 1/N the clock rate.
You can also generate a testbench for the design, which will show how to do this in HDL.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Optimization finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!