Forum Discussion
MDuse
New Contributor
7 years agoProgram not working as expected
Hi, my device consists of MCU, MAX V CPLD and sensor device. MAX V CPLD is used to interface sensor to MCU. I have a code in VHDL for MAX V CPLD: entity Device is
port (
clk16: in std_logic...
JohnT_Altera
Regular Contributor
7 years agoHi,
Then I would recommend you to use OE to control whether to drive '0" or high Z.
MDuse
New Contributor
7 years agoYes, I will do it this way and perform some testing to see if that was the cause of my problem.
Thank you