Skip to main content

Questions tagged [programmable-logic]

Programmable digital logic devices include FPGAs, CPLDs, and older devices such as GALs and PALs. Programmable logic enables flexibly implementing complex digital functions in a single chip, from a few gates of glue logic to entire microprocessors or complex signal processing systems.

-1 votes
0 answers
50 views

I am searching a solution about TYN612 thyristor base switching in automation. My logic is: If I made code to clear MCU PIN - 1 (PNP point) (digitalWrite(PIN, LOW);...
Asif Uz Zaman's user avatar
-1 votes
1 answer
100 views

I am currently working on a redesign of one of my older PCBs. On this PCB there is a HEF4046BT used as a PLL. I needed to exchange the CPLD, which is used as a frequency divider between the ports ...
G.J.'s user avatar
  • 11
3 votes
1 answer
282 views

I’m working on a video pipeline where the source is an NVIDIA Jetson Orin Nano module. The HDMI output from the Jetson only supports progressive video modes (such as 720p or 1080p), and I need to ...
Mohammad Arij Kamran's user avatar
0 votes
0 answers
64 views

How can I program this IC? There is almost nothing on the internet and everything is about PAL and GAL. Of course, it is said that all of these are similar, but the above IC is programmed differently ...
128 92's user avatar
  • 9
1 vote
5 answers
191 views

I am embarking on a new project to replace simple scanning circuits. Previously this was done with a couple of 8 bit counters linked by glue logic, then driving multiplying DACs and other analog ...
SteveM's user avatar
  • 11
2 votes
1 answer
130 views

I'd like to use an 16CV8 or 20CV10 or some similar low-complexity erasable device for glue logic in a design. I know that they are quite elderly (I used one back in 1991, right after electrons were ...
Lacovara's user avatar
0 votes
1 answer
77 views

I have managed to implement the internal oscillator in the CPLD MAX II: EPM240T100C5. From what I can see it can be set to either I have used the wizard to generate the code for 5.56 MHz. The files ...
Tyassin's user avatar
  • 3,718
0 votes
1 answer
107 views

I have a PCB with the a Xilinx CPLD and the TDI, TDO, TCK, TMS pins close to the JTAG programming header (2.54mm) have ESD suppressors (BZA868AVL). What is the purspose of these diodes on these pins?
DarkKnight's user avatar
1 vote
1 answer
171 views

I have this very simple VHDL code that should implement a flip-flop with asynchronous (active low) Set and Reset. The clock (Clk) has no oscillator connected to the pin, only an input I can toggle ...
Tyassin's user avatar
  • 3,718
1 vote
1 answer
161 views

I'm trying to design a 2 channel pwm generator with complementaries, duty cycle and frequency is adjustable, deadtime is adjustable, phase between two channels is continuously adjustable. I'd like to ...
Ömer Gezer's user avatar
0 votes
0 answers
108 views

I am trying to get a 7-segment display to run off of an EFR32MG24 dev kit. I know the problem lies in the code, likely in the hex masks or the indexing. For troubleshooting, I have tried to adjust the ...
Kuro's user avatar
  • 11
2 votes
2 answers
230 views

I have this diagram from my class of how 3 6-input LUTs are used to create a Full 4-bit adder. It's not particularly clear, but each 6-input LUT has 2 outputs (so I suppose they're really operating as ...
shafe's user avatar
  • 383
2 votes
1 answer
106 views

The features clause in the datasheet (https://www.microchip.com/en-us/product/atf16lv8c) specifically mentions "Inputs are 5V Tolerant", but the DC characteristics specify VIH to be MAX Vcc+...
Photon's user avatar
  • 123
0 votes
1 answer
193 views

I am building an accessory for a 6502-based computer, and am trying to stick with (reasonably) period-era components. To this end I am using a GAL16v8 (specifically an ATF16V8C) to handle register ...
reekanmantell's user avatar
3 votes
1 answer
484 views

When considering speed I have learned that PLAs are much slower than PALs. As each signal has to propagate through same sequence of gates (in series) why there is a speed difference?
sandun herath's user avatar

15 30 50 per page
1
2 3 4 5
17