Previous | Next --- Slide 35 of 60
Back to Lecture Thumbnails
yt1118

Modern FPGAs contains logical blocks as well as areas dedicated to hard blocks, including SRAM and DSP. Logical blocks are programmable and hard blocks are not. Having these hard blocks embedded into the chip reduces the area required and gives functions in those blocks increased speed compared to building them from primitives.

zmelnyk

I'm still a little confused on this, do the hard blocks preform specialized operations decided on when the chip is made? Or are they a different thing entirely?

alishah

a little confused about what a flip flop register is?

jagriti

Flip-flops are a store for a single bit. To construct an n-bit register, we would need n-flip flops. You have several types of flip-flops (T, D, JK, SR). The link here provides more details on flip-flops, latches and their operations - (http://www.cs.ucr.edu/~ehwang/courses/cs120b/flipflops.pdf)

Please log in to leave a comment.