Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMAX V CPLD Reset and OE
Hi Guys, I have a problem with the RESET and OE. I noted the MAX V CPLD has assigned pin 44 as DEV_CLR and pin 43 as DEV_OE. I have set pin 44 as my global reset in my design. However, after c...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi eapenabrm, I try to use another I/O as a reset. However, I still face the same problem. I try to change the reset to both high and low, however, the output keeps as same. do you have any idea about the problem? Thanks! --- Quote End --- Could you post your VHDL/Verilog code. I think the issue may lie how you have assigned and used the reset in the code. If setting a normal GPIO as reset still doesn't work, then the problem may most likely be with the code. You did mention that the Reset is connected to Data pin on the Flops. That is incorrect. For reset to work, it should ideally be connected to the Reset/Rst pin on the DFF and not on the Data pins. Please post your code, will need to take a look at what you're trying to do here. -Abr