-
Notifications
You must be signed in to change notification settings - Fork 58
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
base: master
Are you sure you want to change the base?
vfixed #220
Conversation
@@ -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); |
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.
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}, |
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.
Please add a comment to the script that explains where these latencies came from.
No description provided.