makehdl('ImageSharpeningHDLModel/Image Sharpening HDL System') fpga implementation problem
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (2)
Tim McBrayer
el 5 de Jul. de 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.
0 comentarios
Bharath Venkataraman
el 8 de Jul. de 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.
0 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!