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

Add support for .psl, .e, .ckt, .sv, .svh, .vg, .vh, .irunargs, .xrunargs #152

Merged

Conversation

kaushalmodi
Copy link
Contributor

@kaushalmodi kaushalmodi commented Oct 10, 2017

File formats:

  • Property Specification Language (.psl)
  • Specman E (.e)
  • SPICE netlist (.ckt)
  • SystemVerilog (.sv, .svh)
  • Verilog (.vg, .vh)
  • Verilog Run Argument files (.irunargs, .xrunargs)

Note that .v files are the default for Verilog files, but at the moment that clashes with Coq files. How can that be resolved?

@kaushalmodi kaushalmodi force-pushed the add-support-for-asic-design-dv-files branch from cf95d11 to 649f989 Compare October 10, 2017 15:43
@kaushalmodi kaushalmodi changed the title Add support for .psl, .e, .ckt, .sv, .svh, .vg, .irunargs, .xrunargs Add support for .psl, .e, .ckt, .sv, .svh, .vg, .vh, .irunargs, .xrunargs Oct 10, 2017
@kaushalmodi kaushalmodi force-pushed the add-support-for-asic-design-dv-files branch from 649f989 to 2c80146 Compare October 10, 2017 15:51
File formats:

- Property Specification Language (.psl)
- Specman E (.e)
- SPICE netlist (.ckt)
- SystemVerilog (.sv, .svh)
- Verilog (.vg, .vh)
  - Note that .v files are **the default** for Verilog files, but at the moment
    that clashes with Coq files. How can that be resolved?
- Verilog Run Argument files (.irunargs, .xrunargs)
@kaushalmodi kaushalmodi force-pushed the add-support-for-asic-design-dv-files branch from 2c80146 to efa471b Compare October 10, 2017 15:54
@XAMPPRocky
Copy link
Owner

Unfortunately at the moment there is no way for tokei to handle file extension conflicts. Once I manage to figure out a solution for #67 conflicts can be resolved with that.

Could you add test files for these extensions as well?

@XAMPPRocky
Copy link
Owner

Thank you for this PR!

@XAMPPRocky XAMPPRocky merged commit 043a780 into XAMPPRocky:master Nov 30, 2017
@kaushalmodi
Copy link
Contributor Author

I had to write tests for this PR but never got to that.

@kaushalmodi kaushalmodi deleted the add-support-for-asic-design-dv-files branch February 16, 2018 18:06
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