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

Standardize IdMap and IdMapEntry #2483

Merged
merged 3 commits into from
May 27, 2020
Merged

Standardize IdMap and IdMapEntry #2483

merged 3 commits into from
May 27, 2020

Conversation

hcook
Copy link
Member

@hcook hcook commented May 21, 2020

Requests for information about the meaning and properties of certain ids used in diplomatic protocols to be stored in the Object Model necessitates having a common representation of id spaces across protocols. I refactored some common code related to displaying this information during elaboration such that an underlying abstract class and trait are now shared across the representations.

Type of change: refactoring

Impact: API addition (no impact on existing code)

Development Phase: implementation

@hcook hcook requested review from mwachs5 and terpstra May 21, 2020 20:10
@mwachs5
Copy link
Contributor

mwachs5 commented May 21, 2020

can you show an example output?

@hcook
Copy link
Member Author

hcook commented May 21, 2020

During elaboration:

axi4_sys_port 0 Id mapping:
	[ 0,  1) debug,
	[ 1,  2) Core 0 ICache,
	[ 2,  3) Core 0 ICache,
	[ 3,  4) axi4_front_port ID#0,
	[ 4,  5) axi4_front_port ID#1,
	[ 5,  6) axi4_front_port ID#2,
	[ 6,  7) axi4_front_port ID#3,
	[ 7,  8) Core 0 DCache MMIO,
	[ 8,  9) <unused>,
	[ 9, 10) <unused>,
	[10, 11) <unused>,
	[11, 12) <unused>,
	[12, 13) <unused>,
	[13, 14) <unused>,
	[14, 15) <unused>,
	[15, 16) <unused>

axi4_periph_port 0 Id mapping:
	[0, 1) TLFragmenter

@hcook hcook merged commit 4a2f29a into master May 27, 2020
@hcook hcook deleted the id-map-entry branch May 27, 2020 18:41
@hcook hcook restored the id-map-entry branch May 27, 2020 19:14
mwachs5 added a commit that referenced this pull request Jun 24, 2020
[CAAT-492] release generator koala AXI/TL ID in Object Model, combining PRs #2483, #2495
@hcook hcook deleted the id-map-entry branch September 3, 2020 19:08
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

Successfully merging this pull request may close these issues.

3 participants