SOFA/TESTBENCH/common
tangxifan 5947308e21 [Script] Add batch Python script for converting all the pre-PnR testbenches to post-PnR testbenches 2020-11-27 12:25:08 -07:00
..
README.md [Doc] Update README for python script 2020-11-27 10:29:32 -07:00
generate_post_pnr_testbenches.py [Script] Add batch Python script for converting all the pre-PnR testbenches to post-PnR testbenches 2020-11-27 12:25:08 -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
post_pnr_testbench_converter.py [Script] Add python script to convert pre-PnR testbench to post-PnR testbench 2020-11-26 20:47:29 -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 templates for FPGA verification

  • **post_pnr_testbench_converter.py: The python script to convert an auto-generated pre-PnR testbench to the post-PnR testbench tuned for final layout

  • 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