Programmable Logic Device

An area for asking questions, making suggestion, share ideas and place circuit examples.
Post Reply
User avatar
Xaetral
Posts: 46
Joined: Mon Nov 06, 2017 2:25 pm
Location: France

Programmable Logic Device

Post by Xaetral »

I finaly finished my first PLD ^^

Sadly, I don't have enough motivation to make a full documentation for the circuit, I'll still try to explain a bit.

there are 2160 8 bits registers put in series (so it needs 2160 clock cycles to program), each register will configure a part:
- the PLU is the part making logic algebra (combinational and sequencial) so the registers tells what operation to perform
- the PRU is a simple routing part: for each output bit on each side, you have to choose one of the 3 other side (you stay in the same byte and the same bit though)
- the PIRU is an powerfull interstage routing unit, each can output follow any input (that's why it has the biggest amount of register)

Image
Attachments
PLD.CircuitProject
(1.18 MiB) Downloaded 692 times
Post Reply