Skip to content

v0.0-485-ga334702: Support git interactive+incremental formatting.

Compare
Choose a tag to compare
@symbiflow-robot symbiflow-robot released this 22 Jul 20:57
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