I'd like to type something like:
sv-bugpoint file1.v file2.v --error-string FOO -- bazelisk run blah
I'm generally interested in creating a minimal test case for a specific error and I have a build setup and some source files. Ideally sv-bugpoint can take a partial list of the input verilog files and whittle them down.
Use-case YosysHQ/eqy#88
Also, from a bazel point of view, it would be even nicer if I could add sv-bugpoint as a depenedency, so I could run:
bazelisk run @sv-bugpoint//:run -- file1.v file2.v --error-string FOO -- bazelisk run blah
I'd like to type something like:
I'm generally interested in creating a minimal test case for a specific error and I have a build setup and some source files. Ideally sv-bugpoint can take a partial list of the input verilog files and whittle them down.
Use-case YosysHQ/eqy#88
Also, from a bazel point of view, it would be even nicer if I could add sv-bugpoint as a depenedency, so I could run: