*.do scripts are always identified as Stata even when they should be Tcl
#7640
Unanswered
jordancarlin
asked this question in
Classification
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
*.dois a common extension for Tcl scripts in the hardware design world. Currently, these Tcl scripts are always identified as Stata, even though Tcl is supported by github-linguist. I've included several examples below. It would be great if we could figure out a heuristic to distinguish these from Stata.Simple
*.doTcl script: https://github.com/openhwgroup/cvw-arch-verif/blob/fed3feef3ed7c334a509c1069dbe63086e384052/bin/cvw-arch-verif.do#L4More complex
*.doTcl script: https://github.com/openhwgroup/cvw/blob/a076beac44ced477fd2f2b57dc0ab8867b87beb6/sim/questa/wally.doAlternative common form for Tcl
*.doscript to control waveforms: https://github.com/pulp-platform/pulp_cluster/blob/caaa9735346bee71b51d1fe6ba526743bc41e135/wave.do#L3Beta Was this translation helpful? Give feedback.
All reactions