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

Print Insn Results to Tabular Format #2

Open
jsburke opened this issue Nov 10, 2018 · 0 comments
Open

Print Insn Results to Tabular Format #2

jsburke opened this issue Nov 10, 2018 · 0 comments
Assignees
Labels
Backburner Needed, but low priority BSV BlueSpec Verilog Enhancement New feature or request Makefile GNU Make

Comments

@jsburke
Copy link
Owner

jsburke commented Nov 10, 2018

Currently, the repo is set to print the results of tests to the console only. It would be nice to have a toggle where we could enable this printing to target a csv or some other type of tabular file, and maybe pair that with a script where inconsistencies between expected and calculated insn results is quickly pointed out.

Changes Needed

  • BSV : genericTb.bsv will need to print a header row, and print values as needed in the assoctiated columns. also, modifications will be needed so that $display() directives target non-console files
  • Makefile : A variable to toggle the build in genericTb.bsv will need to be established so that the TB can be build as desired
@jsburke jsburke added Enhancement New feature or request BSV BlueSpec Verilog Makefile GNU Make Backburner Needed, but low priority labels Nov 10, 2018
@jsburke jsburke self-assigned this Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backburner Needed, but low priority BSV BlueSpec Verilog Enhancement New feature or request Makefile GNU Make
Projects
None yet
Development

No branches or pull requests

1 participant