Effacer les filtres
Effacer les filtres

makehdl('I​mageSharpe​ningHDLMod​el/Image Sharpening HDL System') fpga implementation problem

1 vue (au cours des 30 derniers jours)
when i done with this, it generates hdl code but cntrl is single input by the frame to pixel block. where as image sharpenning HDL system generates extra inputs like ctrlIn_hStar, ctrlIn_vEnd, cntrln_valid ....so on. when this HDL coding block converts in to FIL block there actual interfacing problem comes in to the picture, how can i interface that extra inputs and extra output generated by the single cntrl from Frame to pixel and pixel to frame

Réponses (2)

Tim McBrayer
Tim McBrayer le 5 Juil 2016
This is all part of the design process. Your model needs to read or drive these signals as appropriate.
The Vision HDL Toolbox featured examples, in the documentation, may provide you with some additional insight.

Bharath Venkataraman
Bharath Venkataraman le 8 Juil 2016
You can feed in the single control bus into a Pixel Control Bus Selector block which will then send out 5 signals (hStart hEnd vStart vEnd valid). Alternatively, you can use the FIL Frame To Pixels blocks which does this for you and gives the output control signals.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by