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 gen_callback #983

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix gen_callback #983

wants to merge 1 commit into from

Conversation

HuashuQ
Copy link

@HuashuQ HuashuQ commented Jun 20, 2024

No description provided.

@CVYang
Copy link

CVYang commented Nov 2, 2024

image

@CVYang
Copy link

CVYang commented Nov 2, 2024

image

@@ -130,7 +130,7 @@ def gen_program(self):
if(hart == 0 and not(rcs.support_pmp)):
self.gen_test_done()
# Shuffle the sub programs and insert to the instruction stream
self.insert_sub_program(self.sub_program[hart], self.instr_stream)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line 251: def insert_sub_program.... missing one required argument

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you run the scripts pass for the change on this file?

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.

2 participants