-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Add generated mesh traffic tests (#72)
* hw(nw_join): Use axi configs for `nw_join` * sim: Don't show loading messages in vsim * tb: Add `nw_mesh` testbench with generated NoC * floogen(router): Add global id offset to router * util(jobs): Start mesh index at (0,0) * ci: Try to generate with floogen and run traffic on `nw_mesh` * ci: Try with venv * ci: Don't format generated sources with verible * ci: Small fix * make: Use `EXTRA_BENDER_FLAGS` to add additional bender targets from outside * util(jobs): Fix `random` coordinate range * ci: Install FlooGen in earlier stage * ci: Remove `noci` rule * ci: Debug * floogen(pkg): Also print endpoint enum for XY routing and sort system address map * test: Use correct x,y increments * tb: Index directly into system address map * ci: Add `src` and `id` test for `nw_mesh` * floogen(examples): Align `axi_mesh` exampels * floogen(routing): Use correct `axi_ch` type for single-AXI networks * floogen(tpl): Fix xy id offset in `axi_router` * waves: Rename `narrow_wide` to `nw` in wave scripts * test: Add `axi_mesh` testbench * ci: Add `axi_mesh` to CI * make: Specify work folder * ci: Improve stages in CI * lint: SV sources * lint: python sources * ci: Remove FlooGen generation from GitHub CI * tb: Remove deprecated `dma_mesh` and `dma_vc_mesh` * bender: Remove special target for `vc_router` * docs: Update README * docs: Update CHANGELOG * bender: Remove `vc_router` target
- Loading branch information
Showing
31 changed files
with
913 additions
and
1,290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.