-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support git interactive+incremental formatting.
Demo: $ verible-verilog-format-changed-lines-interactive.sh --rcs=git [verible-transform-interactive.sh] Transformation: verible-verilog-format [verible-transform-interactive.sh] Temporary files in: /tmp/tmp.verible-transform-interactive.sh.fh6NMHq [verible-transform-interactive.sh] Cumulative patch (affects 2 files): /tmp/tmp.verible-transform-interactive.sh.fh6NMHq/interactive.patch --- /home/projects/lowRISC/opentitan/hw/ip/aes/rtl/aes_core.sv +++ NEW//home/projects/lowRISC/opentitan/hw/ip/aes/rtl/aes_core.sv @@ -32,3 +32,3 @@ // Signals - logic foo_bar; + logic foo_bar; logic ctrl_qe; Apply this hunk? [y,n,a,d,s,q,?] n @@ -107,3 +107,3 @@ - logic illogical; + logic illogical; Apply this hunk? [y,n,a,d,s,q,?] y PiperOrigin-RevId: 322474970
- Loading branch information
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters