1 / 10

LabVIEW Design of Digital Integrated Circuits

LabVIEW Design of Digital Integrated Circuits. FPGA IC Implantation. A Simple Way to Build an IC. Modern digital electronics uses an EDA software tools to design the block diagram of the circuit which is then downloaded into a programmable chip.

jenski
Download Presentation

LabVIEW Design of Digital Integrated Circuits

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LabVIEW Design of Digital Integrated Circuits FPGA IC Implantation

  2. A Simple Way to Build an IC • Modern digital electronics uses an EDA software tools to design the block diagram of the circuit which is then downloaded into a programmable chip. • The resulting chip becomes an integrated circuit which will work exactly as it is designed.

  3. How Does An FPGA Work? • A field-programmable gate array (FPGA) is a semiconductor device containing programmable logic blocks, and programmable interconnects. • Logic blocks can be programmed to perform the function of basic logic gates such as AND, and XOR, or more complex combinational functions such as decoders or simple mathematical functions.

  4. In most FPGAs, the logic blocks also include memory elements, which may be simple flip-flops or more complete blocks of memory. • A hierarchy of programmable interconnects allows logic blocks to be interconnected as needed by the system designer, like a one-chip programmable breadboard. Logic blocks and interconnects can be programmed by the designer. After the designer download his designing patterns into the FPGA chip, one gets his own IC.

  5. Mesh-based programmable network

  6. Physical Layout of an FPGA Chip

  7. LabVIEW design of an IC

  8. Requirement of this Lab • Build a 3-8 Decoder with LabVIEW • Your design does need to be professional. • Make sure your design is functional.

  9. A 2-4 Decoder

More Related