Skip to content

Commit 9b904be

Browse files
micprogthommythomaso
authored andcommitted
Update Changelog, fix vitis version
1 parent 7445627 commit 9b904be

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
@@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111
- Add `axi_dumper` and `axi_dumper_interpret` script to dump log from an AXI bus for debugging purposes.
12+
- Add FuseSoC and Vivado XSIM limited test to CI
1213

1314
### Changed
15+
- Improve compatibility with FuseSoC
1416
- Improve compatibility with Vivado XSIM
1517

1618
### Fixed

0 commit comments

Comments
 (0)