Skip to content

Commit

Permalink
Merge pull request #644 from Xilinx/feature/update_qonnx
Browse files Browse the repository at this point in the history
[Deps] Update qonnx and set sigtools version
  • Loading branch information
auphelia committed Jul 20, 2022
2 parents 96c0f5e + f1d6323 commit abc5000
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node {
"FINN_XILINX_VERSION=2022.1",
"FINN_DOCKER_TAG=xilinx/finn:jenkins",
"FINN_HOST_BUILD_DIR=/scratch/users/finn_ci",
"PLATFORM_REPO_PATHS=/opt/xilinx/dsa"
"PLATFORM_REPO_PATHS=/opt/xilinx/platforms"
]){
parallel firstBranch: {
stage('Brevitas export') {
Expand Down
2 changes: 1 addition & 1 deletion fetch-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

QONNX_COMMIT="4a4826641db8d34619d31eac155fe95af11692eb"
QONNX_COMMIT="398a0ecfcb32407c0a3df39246cf6d2bca02886c"
FINN_EXP_COMMIT="9cbd2787b5160e2b44e0e8164a0df1457dbd5366"
BREVITAS_COMMIT="a5b71d6de1389d3e7db898fef72e014842670f03"
PYVERILATOR_COMMIT="64b8294ff1afebb47be76fcad6ae87027e0402c2"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ protobuf==3.20.1
pyscaffold==3.2.1
scipy==1.5.2
setupext-janitor>=1.1.2
sigtools==2.0.3
toposort==1.5
vcdvcd==1.0.5
wget==3.2

0 comments on commit abc5000

Please sign in to comment.