Forum Discussion
Altera_Forum
Honored Contributor
8 years agoTo generate Pulse signals with Generic tri-state controller
Hi ! My task is to generate pulse and trigger signals using Quartus and NIOS Processor. I'm using Generic tri-state controller to communicate with registers in Quartus from NIOS to enable the ...
Altera_Forum
Honored Contributor
8 years agoI think if you use the Tristate-Controller to connect internal logic you also have to add a Tristate-Conduit bridge to the Tristate conduit master port of the controller.
But for connecting internal logic it is better to use a custom component which can be generated with the Qsys component editor. There you need at least one Avalon memory mapped slave port, a clock input and a reset input. Jens