Skip to content

Commit 20b857d

Browse files
committed
Update Changelog, fix vitis version
1 parent 2ff3ad3 commit 20b857d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fuse_xsim:
4747
- mkdir fusesoc && cd fusesoc
4848
- $HOME/.local/bin/fusesoc library add axi ..
4949
- $HOME/.local/bin/fusesoc core list
50-
- vitis $HOME/.local/bin/fusesoc run --tool xsim --target sim --no-export pulp-platform.org::axi:$(cat ../VERSION | sed s/-/./g)
50+
- vitis-2022.1-zr $HOME/.local/bin/fusesoc run --tool xsim --target sim --no-export pulp-platform.org::axi:$(cat ../VERSION | sed s/-/./g)
5151

5252
.run_vsim: &run_vsim
5353
stage: test

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## Unreleased
99

1010
### Added
11+
- Add FuseSoC and Vivado XSIM limited test to CI
1112

1213
### Changed
14+
- Improve compatibility with FuseSoC
1315
- Improve compatibility with Vivado XSIM
1416

1517
### Fixed

0 commit comments

Comments
 (0)