ceng 342 digital systems
play

CENG 342 Digital Systems Review Larry Pyeatt SDSM&T Xilinx - PowerPoint PPT Presentation

CENG 342 Digital Systems Review Larry Pyeatt SDSM&T Xilinx Vivado Installation Start early, it may take hours or days. . . . Download the Vivado Design Suite 2019.2 Web Installer (You will have to create a Xilinx account.) The NEXYS


  1. CENG 342 – Digital Systems Review Larry Pyeatt SDSM&T

  2. Xilinx Vivado Installation Start early, it may take hours or days. . . . Download the Vivado Design Suite 2019.2 Web Installer (You will have to create a Xilinx account.) The NEXYS A7 board is used in our class Run the web installer. You will have to enter your Xilinx account credentials. When it gets to the product selection screen, choose Vivado. When it asks you to choose an edition, select Vivado HL Design Edition. On Linux, you probably want to change the install directory from work to opt .

  3. Logic Gates Basic logic gates AND 0 if at least one input is 0 OR 1 if at least one input is 1 NOT 1 if input is 0, 0 if input is 1 NAND NOT+AND: 1 if at least one input is 0 NOR 0 if at least one input is 1 XOR exclusive or: 1 if one and only one input is 1 XOR represents the inequality function (1 if the inputs are not the same otherwise the output is 0). Truth table Lists output for each possible input combination: one column for each input variable (for example, A, B and C), and one final column (for example, F) for all possible results of the logical operation

  4. Truth Tables A B F A B F 0 0 0 0 0 0 A A F F B 0 1 0 B 0 1 1 1 0 0 1 0 1 AND OR 1 1 1 1 1 1 A B F A F 0 0 1 A F A F 0 1 B 0 1 1 1 0 1 0 1 NOT NAND 1 1 0 A B F A B F 0 0 1 0 0 0 A A F F B 0 1 0 B 0 1 1 1 0 0 1 0 1 NOR XOR 1 1 0 1 1 0

  5. Logic Functions Logical functions can be expressed in several ways: Truth table Logical expressions Graphical form HDL code Example: A B B A + BC BC C

  6. Logic Functions Truth table: Graphical form: A B C F A 0 0 0 0 0 1 B B A + BC 0 1 0 BC 0 1 1 C 1 0 0 Logical expression: 1 0 1 1 1 0 F = A + BC 1 1 1

  7. Combinational Logic Circuits All signals are feed-forward (no feedback paths). Examples: Adder Subtractor Decoder Multiplexer Priority encoder etc. ANY combinational logic circuit can be described with a truth table.

  8. Sequential Logic Circuits Outputs depend on external inputs and the present “state” of the circuit. This implies that there are storage elements which store the current state. Examples: Counter Traffic light controller Sequence detector etc. ANY sequential logic circuit can be described with a state diagram.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend