-
Notifications
You must be signed in to change notification settings - Fork 556
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
utl: add tee TCL command #6160
utl: add tee TCL command #6160
Conversation
Signed-off-by: Peter Gadfort <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Peter Gadfort <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Peter Gadfort <[email protected]>
Signed-off-by: Peter Gadfort <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
This seems to make the previous PR for redirection redundant as |
I know its a bit odd but what happens with |
Signed-off-by: Peter Gadfort <[email protected]>
@maliberty yes, this provides a consistent interface to use.
I don't think we want to support that, so it should throw an error. |
Does it? |
Signed-off-by: Peter Gadfort <[email protected]>
Signed-off-by: Peter Gadfort <[email protected]>
It does now. I also added the variable redirect to round out the options (since I use it in a few places via |
Signed-off-by: Peter Gadfort <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
Adds:
tee
as a tcl command modeled after: https://yosyshq.readthedocs.io/projects/yosys/en/latest/cmd/tee.html