Skip to content
#

syntax-tree

Here are 209 public repositories matching this topic...

msfschaffner
msfschaffner commented Sep 11, 2020

Verible erroneously reformats the following blocks into one-liners.

before:

constraint c_iv {
    if (fixed_iv_en) {
      aes_iv == fixed_iv
    };
  }

  constraint c_operation {
     if (fixed_operation_en) {
         aes_operation == fixed_operation
     };
  }

after:

constraint c_iv {if (fixed_iv_en) {aes_iv == fixed_iv};}

constrai

Improve this page

Add a description, image, and links to the syntax-tree topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the syntax-tree topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.