Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 603 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 603 Bytes

Synopsis

Readme is intentionally left blank for anonymity.

Structure

  • Top
    • Code: for non-HDL code
    • Debug: for all modules assumed to be "not under test" and for ease of debugging only
    • Modules: for all Verilog modules used in synthesis. All!
      • All Modules should be formatted like the "Module.sv" in Debug
      • All modules should have an if_n_def def wrapper.
      • No testbench shall delete the clock signal. It is a good reference
    • Testbenches: for all Module Testbenches named "Modult_tb.sv"
    • Simulations: for vcd files of module testbenches
    • Plots: for saved gtkwave files