Forum Discussion
Altera_Forum
Honored Contributor
14 years agoUsing Scaler II with NIOS II
Hello, I've got problem using the Scaler II from the vip suite with Nios II. It seems that my attempt to write to the scaler's register fail everytime I try. Once the megacore is stopped, ...
Altera_Forum
Honored Contributor
14 years agoSorry for my mistake,
Actually the stop and start work fine with the Scaler Core. My problem is with others registers. This is how I use my function : # define ALT_VIP_SCALER_II_OUTPUT_WIDTH_REG 3 ALT_VIP_SCALER_II_WRDATA (ALT_VIP_CL_SCL_LCD_DF_BASE , ALT_VIP_SCALER_II_OUTPUT_WIDTH_REG , 600 ); Output Width register is a readable and writable register. Anyway, thank you for your help, I'll follow your advice by opening a ticket. If you have others suggestion, don't hesitate ;)