verible_format_test rule

Rules

verible_format_test

load("@rules_verible//verible:verible_format_test.bzl", "verible_format_test")

verible_format_test(name, config, target)

Test rule that runs verible-verilog-format --verify against a VerilogInfo target.

ATTRIBUTES

NameDescriptionTypeMandatoryDefault
nameA unique name for this target.Namerequired
configOptional verible-verilog-format flagfile.LabeloptionalNone
targetThe verilog_library-like target whose srcs should be format-checked.Labelrequired