Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21602 Discussions

detect a signal was at 1

Altera_Forum
Honored Contributor II
1,386 Views

Hello, 

 

I would like to know if there is a simple block diagram function that can detect if a signal is or was at 1? So a block diagram that has an output signal that is always at 1 from the moment where there is a rising edge on a signal. 

 

Thanks
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
691 Views

an or gate with the output connected to one of it's input is the simplest latch. Would require a power cycle to reset.

0 Kudos
Altera_Forum
Honored Contributor II
691 Views

You can also try the Dlatch primitive in the Quartus II.

0 Kudos
Reply