SOFA/TESTBENCH/common
tangxifan 7145f7ccd4 [Doc] Add documentation about the testbenches 2020-11-20 13:59:15 -07:00
..
README.md [Doc] Add documentation about the testbenches 2020-11-20 13:59:15 -07:00
post_pnr_ccff_test.v [Testbench] Enhance checking codes. Now 'X' or 'Z' signal will fail in self-checking 2020-11-20 13:51:26 -07:00
post_pnr_fpga_cells.v [Testbench] Enhance checking codes. Now 'X' or 'Z' signal will fail in self-checking 2020-11-20 13:51:26 -07:00
post_pnr_scff_test.v [Testbench] Enhance checking codes. Now 'X' or 'Z' signal will fail in self-checking 2020-11-20 13:51:26 -07:00
pre_pnr_ccff_test.v [Testbench] Add configuration chain test benches for pre- and post- pnr simulation 2020-11-18 15:58:00 -07:00

README.md

Skywater PDK

This directory contains the commonly used testbench template for FPGA verificatio

  • post_pnr_fpga_cells.v: The netlist that includes all the standard cells used by the post-PnRed FPGA fabric

  • Pre-PnR testbenches

    • pre_pnr_ccff_test.v: The template testbench for post-PnR verification on the configuration chain
  • Post-PnR testbenches

    • post_pnr_ccff_test.v: The template testbench for post-PnR verification on the configuration chain
    • post_pnr_scff_test.v: The template testbench for post-PnR verification on the scan chain