Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIs it save to use the PIO in QSYS
Hello, I have several PIOs in my QSYS design to communicate with some of my own designed IPs. My IPs mostly use other clock signals than the PCIe-Clock and are therefore not synchronized to t...
Altera_Forum
Honored Contributor
12 years agoNo, there is not a single Warning about my Pulsecounter, everything works just fine. I use the rising_edge on the Input to Increment the Output-Signal. That's all. I even don't see a chance for any loop. It's just like "If (rising_edge(Input)) then (Output + 1) else (Output)". Sorry to disappoint you.
Hmm, perhaps they are using an attribute like 'STABLE or 'STABLE(t) on the Inputs to ensure the data will not be read during changing.