Skip to content

Uncomment rename/free-list assertions and remove deprecated ifdef#14

Open
Saksham05oct wants to merge 3 commits into
bsc-loca:mainfrom
Saksham05oct:enable-rename-assertions
Open

Uncomment rename/free-list assertions and remove deprecated ifdef#14
Saksham05oct wants to merge 3 commits into
bsc-loca:mainfrom
Saksham05oct:enable-rename-assertions

Conversation

@Saksham05oct

Copy link
Copy Markdown

Fixes #10.
Uncomments the rename/free-list assertions in datapath.sv and removes the deprecated ifdef ASSERTIONS wrappers.

@Saksham05oct Saksham05oct changed the title Uncomment rename/free-list assertions and remove deprecated ifdef wra… Uncomment rename/free-list assertions and remove deprecated ifdef Jul 16, 2026
@narcisrodas

Copy link
Copy Markdown
Collaborator

I think there has been a misunderstanding. I meant to delete the whole previous assertion blocks (ifdef + the logic itslef) not only the wrapper. For the uncommented assertions about the renaming and free lists we do want to have the ifdef ASSERTION wrapper.

@Saksham05oct

Copy link
Copy Markdown
Author

hi @narcisrodas,
I have deleted the deprecated assertion blocks and wrapped the newly uncommented rename table and free list sync assertions.
Please let me know if this looks correct now!

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.

Re-enable rename table and free list sync assertions in datapath.sv

2 participants