Altera_Forum
Honored Contributor
9 years agoAvalon Interface data bits per symbol as component parameter
A Qsys component I created uses an Avalon-ST interface. I'm trying to set the data bits per symbol property of the streaming source as a parameter of my component so that it can be set from an Instance Parameter from my top-level Qsys system.
I need this because this component is connected to an IP Core (NCO) that changes its data bits per symbol when you change its resolution parameters. So of course, I need the source and the sink data bits per symbol to match. If the above isn't possible, are there any other workarounds? Thanks.