Altera_Forum
Honored Contributor
15 years agoHow to change output format in Clocked Video Output
Hi,
I have a question relating to the output stage of my VIP system. I have my video path working sending out 1080p @ 60 from a frame buffer without issues. My goal is to have the system output 50 and 60Hz user selectable from NIOS. Even though I try and change the 24 registers (or so) on the fly using NIOS IOWR_32DIRECT(etc..) the system never applies any of the values...I have pulled down the "valid" signal first and tried several things to no avail.. However, if I go ahead and recompile SOPC using the 50Hz sync values as hardcoded then everything is beautiful and proper at 50Hz..but of course this is not desired as it needs to be on the fly. I am wondering if this has something to do with control packets that I should inject into the stream prior to CVO? I just don't see any sync information there, only resolution and that doesn't change between 50/60Hz... Can anyone point to the right direction?