You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Sameer, I only propose to replace parameters in hdmi.sv module by inputs. It will be more handy for implementation. These values is useful to change as a option in project mainly:
VIDEO_ID_CODE
DVI_OUTPUT
VIDEO_REFRESH_RATE
Thanks a lot.
The text was updated successfully, but these errors were encountered:
If VIDEO_ID_CODE is changed at runtime, are you going to update the pixel clock frequencies in the PLLs? Otherwise it would not work as an input.
For DVI_OUTPUT, are you deciding at runtime whether to output DVI or HDMI, depending on which the monitor supports?
The video refresh rate parameter does NOT change the refresh rate, it is used in audio clock calculations. If the refresh rate is 50Hz, 59,94Hz, 120Hz, etc. the audio will sound right as long as it is set correctly. It's floating point and I do not want to synthesize any floating point logic. It might be possible to encode all the possible refresh rates in an 8-bit coding though.
Hi Sameer, I only propose to replace parameters in hdmi.sv module by inputs. It will be more handy for implementation. These values is useful to change as a option in project mainly:
Thanks a lot.
The text was updated successfully, but these errors were encountered: