Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About simple router config #44

Open
pkushiwang opened this issue May 10, 2024 · 0 comments
Open

About simple router config #44

pkushiwang opened this issue May 10, 2024 · 0 comments

Comments

@pkushiwang
Copy link

If I want to use a simple router with configurable number of ports, physical and virtual channels, and input/output buffers to replace multi-link route, how to modify this config file?

name: example_system
description: "Example of a configuration file"

routing:
route_algo: "XY"
use_id_table: true

protocols:
- name: "example_axi"
type: "AXI4"
direction: "manager"
data_width: 64
addr_width: 32
id_width: 3
user_width: 1
- name: "example_axi"
type: "AXI4"
direction: "subordinate"
data_width: 64
addr_width: 32
id_width: 3
user_width: 1

endpoints:
- name: "cluster"
array: [4, 4]
addr_range:
base: 0x1000_0000
size: 0x0004_0000
mgr_port_protocol:
- "example_axi"
sbr_port_protocol:
- "example_axi"

routers:
- name: "router"
array: [4, 4]

connections:
- src: "cluster"
dst: "router"
src_range:
- [0, 3]
- [0, 3]
dst_range:
- [0, 3]
- [0, 3]
bidirectional: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant