File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments