Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 752 Bytes

system_verilog_sequential.md

File metadata and controls

19 lines (13 loc) · 752 Bytes

Behavioral SystemVerilog

In this lecture we will review behavioral logic design in SystemVerilog including flip-flops, registers, and counters.

Reading

Key Concepts

  • always_comb, always_ff blocks
  • Synchronous and asynchronous resets
  • Current state/next state styles
  • Simple FF (D, T, JK, SR) in behavioral SystemVerilog
  • Counters
  • Shift registers
  • Memories

Resources