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

vfixed #220

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

vfixed #220

wants to merge 6 commits into from

Conversation

orion160
Copy link
Collaborator

No description provided.

@@ -300,15 +294,17 @@ void runTests(int argc, char **argv)
rob_tester.test_num_insts_retired(2);
rob_tester.test_num_uops_retired(5);
rob_tester.test_last_inst_has_tail(false);

EXPECT_TRUE(my_vuop_generator->vuops_generated_.get() == 4);
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add this check to all of the vector tests? You can do it in a separate PR after you release this one.

"vsaddu.vv" : {"pipe" : "vfixed", "uop_gen" : "ARITH", "latency" : 1},
"vsaddu.vx" : {"pipe" : "vfixed", "uop_gen" : "ARITH", "latency" : 1},
"vsaddu.vi" : {"pipe" : "vfixed", "uop_gen" : "ARITH", "latency" : 1},
"vsaddu.vv" : {"pipe" : "vfixed", "uop_gen" : "ARITH", "latency" : 6},
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment to the script that explains where these latencies came from.

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