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

Fix for issue 126: Bad ascii char in layout files #127

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

klingaard
Copy link
Collaborator

Fixed a couple of things:

  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

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
@klingaard klingaard added the bug Something isn't working label Nov 30, 2023
@klingaard klingaard requested a review from peter-d November 30, 2023 15:05
@klingaard klingaard self-assigned this Nov 30, 2023
@klingaard klingaard changed the title Fix for issue 126 Fix for issue 126: Bad ascii char in layout files Nov 30, 2023
@klingaard
Copy link
Collaborator Author

#close 126

@klingaard
Copy link
Collaborator Author

Poke a little on this one -- I could be mean and force the merge, but I like an approval. (just added Kathlene and Arup)

@peter-d
Copy link
Collaborator

peter-d commented Dec 5, 2023 via email

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])
Copy link
Collaborator

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?

Copy link

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 😄

@klingaard klingaard merged commit 6fd189c into master Dec 5, 2023
2 checks passed
@klingaard klingaard deleted the knutel/issue_126_bad_layout_char branch December 5, 2023 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mon-ascii characters in the generated alf files that are checked in, for example in small_core.alf
3 participants