Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

siliconcompiler/fpga-timing-coverage-suite

Repository files navigation

This is an open source collection of timing constraint files targeted towardsqualifying the timing capabilities of an FPGA CAD flow, such as VTR.Provided is also a set of scripts which can run these benchmarks on VPR, targetingZero ASIC's z1010 architecture; however, this can be used to target any VTR-compatiblearchitecture.

fpga-timing-benchmark-flow.png

Getting Started

Tools Installation

The scripts require some CAD tools in order to run and test the benchmarks. Wewill be using the SiliconCompiler project to manage the tools and versions.The following commands should install the correct versions of the tools that thisproject requires..

# Optional: Create a python virtual environment.python3 -m venv .venvsource .venv/bin/activate# Install this directory as a Python module.pip install .# Install siliconcompiler.pip install --upgrade siliconcompiler# Install necessary tools using SiliconCompiler (these should update your PATH).sc-install yosys-wildebeest opensta vpr

Architecture Download

For the tests in this benchmark, we will run them on Zero ASIC's z1010 architecture.The choice of architecture was somewhat arbitrary; however, we do need an architecturethat has the necessary liberty files which can be used for post-implementationtiming analysis. This architecture is also built-into Wildebeest right now,so it is slightly more convenient.The following commands will download the latest release of the z1010 architectureand untar it into this directory.

wget https://github.com/siliconcompiler/logiklib/releases/download/v0.2.0/z1010_cad.tar.gztar -xvzf z1010_cad.tar.gz

Running the Benchmarks

# Run the benchmarks through the test suite.python3run_suite.py# The results are returned as a CSV file in a run directory.# Optional: These results can be visualized using the following script:pipinstall .[vis_scripts]python3scripts/visualize_results.py--inputruns/run001/results.csv--outputruns/run001/results.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp