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

Write test results to file #123

Closed
Tracked by #116
PhilippvK opened this issue Oct 21, 2024 · 2 comments
Closed
Tracked by #116

Write test results to file #123

PhilippvK opened this issue Oct 21, 2024 · 2 comments
Assignees
Milestone

Comments

@PhilippvK
Copy link
Member

No description provided.

@PhilippvK
Copy link
Member Author

I finished working on this (still needs to be commited)

Here is the CSV I can generate (only a single instruction but I will work on more test cases soon #129):

model,set,xlen,instr,test_kind,test_file,test_fmt,result
OpenASIP_base,OpenASIP_base,32,OpenASIP_base_MAX,cg,openasip_base_max.test-cg.c,c,FAIL
OpenASIP_base,OpenASIP_base,32,OpenASIP_base_MAX,intrin,openasip_base_max.test-intrin.c,c,PASS
OpenASIP_base,OpenASIP_base,32,OpenASIP_base_MAX,inline-asm,openasip_base_max.test-inline-asm.c,c,PASS
OpenASIP_base,OpenASIP_base,32,OpenASIP_base_MAX,mc,openasip_base_max.test-mc.s,s,PASS
OpenASIP_base,OpenASIP_base,32,OpenASIP_base_MAX,cg,openasip_base_max.test-cg.ll,ll,PASS

I also made is possible to directly output markdown which makes it easier to read here

model set xlen instr test_kind test_file test_fmt result
OpenASIP_base OpenASIP_base 32 OpenASIP_base_MAX cg openasip_base_max.test-cg.c c FAIL
OpenASIP_base OpenASIP_base 32 OpenASIP_base_MAX intrin openasip_base_max.test-intrin.c c PASS
OpenASIP_base OpenASIP_base 32 OpenASIP_base_MAX inline-asm openasip_base_max.test-inline-asm.c c PASS
OpenASIP_base OpenASIP_base 32 OpenASIP_base_MAX mc openasip_base_max.test-mc.s s PASS
OpenASIP_base OpenASIP_base 32 OpenASIP_base_MAX cg openasip_base_max.test-cg.ll ll PASS

@kebi-be
Copy link
Collaborator

kebi-be commented Oct 30, 2024

Thanks for the provided data. Missed the notification sent on Friday, how ever started looking into 5 for visualisation. Now with the provided csv files I will get started in Task 4 aswell.

@PhilippvK PhilippvK added this to the v0.3.0 milestone Oct 31, 2024
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

No branches or pull requests

2 participants