Forum Discussion
Altera_Forum
Honored Contributor
15 years agoPC and tri_buffer are both driving the signal data, which causes an error, if any tri_buffer instance is enabled. PC must use inout type and also tristate the signal to avoid this problem.
P.S.: In the present code, PC can be enabled at the same time as a tri_buffer. You have to change this, too.