Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
The FPGA Programming Handbook - Second Edition

You're reading from  The FPGA Programming Handbook - Second Edition

Product type Book
Published in Apr 2024
Publisher Packt
ISBN-13 9781805125594
Pages 550 pages
Edition 2nd Edition
Languages
Authors (2):
Frank Bruno Frank Bruno
Profile icon Frank Bruno
Guy Eschemann Guy Eschemann
Profile icon Guy Eschemann
View More author details

Table of Contents (17) Chapters

Preface Introduction to FPGA Architectures FPGA Programming Languages and Tools Combinational Logic Counting Button Presses Let’s Build a Calculator FPGA Resources and How to Use Them Math, Parallelism, and Pipelined Design Introduction to AXI Lots of Data? MIG and DDR2 A Better Way to Display – VGA Bringing It All Together Using the PMOD Connectors – SPI and UART Embedded Microcontrollers Using the Xilinx MicroBlaze Advanced Topics Other Books You May Enjoy
Index

Questions

  1. When using SystemVerilog, it’s best to use blocking assignments in sequential blocks and non-blocking in combinational blocks.
    1. True
    2. False
  2. VHDL suffers from the same potential problem as SystemVerilog regarding mixing blocking and non blocking assignments.
    1. True
    2. False
  3. It is best to reset all sequential elements in a design.
    1. True
    2. False
  4. What are the most common ways of synchronizing?
    1. always @(posedge signal) or rising_edge(signal)
    2. always @(negedge signal) or falling_edge(signal)
    3. FIFO or a two-stage synchronizer with or without data
    4. Synchronizers… who needs synchronizers?
  5. (SystemVerilog) When would we use always @(posedge clk) rather than always_ff @(posedge clk)?
    1. When we get tired of typing
    2. When we need to use an initial statement to preload the register...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}