-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fix for issue 126: Bad ascii char in layout files #127
Conversation
1. Issue 126: bad character in ALF file generated from missing raw string identifier for python: r"\1" 2. Added dependency in Makefile on the gen_alf.py script 3. Added error message when the MAP ALF generator cannot be found
#close 126 |
Poke a little on this one -- I could be mean and force the merge, but I like an approval. (just added Kathlene and Arup) |
Thanks for the reminder and sorry for the delay. Pushing against a deadline here… I’ll have a quick look later tonight. -Peter Op 5 dec 2023 om 18:12 heeft arupc ***@***.***> het volgende geschreven:
@arupc approved this pull request.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because your review was requested.Message ID: ***@***.***>
|
sl_grp.addScheduleLine('.*lsu.lsu_inst_queue.lsu_inst_queue', ["LSU IQ[\1]"], mini_split=[80,20]) | ||
sl_grp.addScheduleLine('.*lsu.replay_buffer.replay_buffer([0-9]+)', ["LSU Replay[\1]"], mini_split=[80,20]) | ||
sl_grp.addScheduleLine('.*lsu.lsu_inst_queue.lsu_inst_queue([0-9]+)', [r"LSU IQ[\1]"], mini_split=[80,20]) | ||
#sl_grp.addScheduleLine('.*lsu.replay_buffer.replay_buffer([0-9]+)', ["LSU Replay[\1]"], mini_split=[80,20]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a specific reason to remove the replay buffer here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't exist on master yet 😄
Fixed a couple of things: