This project analyzes the placement and routing results from the EDA tools, and uses them as feedback to adjust the partition-and-pipeline parameters of the RapidStream software.
Python3
: 3.10 or later.poetry
: to manage virtual environment and dependencies.
curl -fsSL https://install.python-poetry.org/ | python3.10 -
poetry install --with=dev
All tests and pre-commit checks shall pass before committing to the main repository.
Before your first commit, you must install pre-commit for Git:
poetry run pre-commit install
To invoke pre-commit
without committing the changes:
poetry run pre-commit
The RapidStream DSE Engine is an open source project under Apache License, Version 2.0. By contributing to this open-source repository, you agree to the RapidStream Contributor License Agreement.
Copyright (c) 2024 RapidStream Design Automation, Inc. and contributors. All rights reserved.