Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
https://stackoverflow.com/questions/34968082/how-to-add-a-link-inside-an-svg-circle
Shorten field name if it doesn't fit into box. Use https://github.com/danziamo/fontometer to measure text width. Abbreviation of the full name of the field, if provided. Just beginning of the field...
When installed from NPM bin/bitfield CLI should be useful and not heavy on dependencies.
Allow `simple_text_macro_usage` statements in reasonable places of the grammar: * [ ] - vector size. **a = `WIDTH'b0;** * [ ] - delay value. **a
Failed in: https://symbiflow.github.io/sv-tests/#tree_sitter_verilog|5.6.4|preproc_test_13 ```verilog /* :name: preproc_test_13 :description: Test :should_fail: 0 :tags: 5.6.4 */ `define LONG_MACRO( a, b="(3,2)", c=(3,2)) \ a + b /c +345 ```
https://symbiflow.github.io/sv-tests-results/#tree_sitter_verilog|5.6.2|keyword_accept_on
https://symbiflow.github.io/sv-tests/tests/chapter-8/8.6--methods.sv.html https://symbiflow.github.io/sv-tests/tests/chapter-8/8.9--static_properties.sv.html https://symbiflow.github.io/sv-tests/tests/chapter-8/8.12--assignment.sv.html https://symbiflow.github.io/sv-tests/tests/chapter-8/8.12--shallow_copy.sv.html https://symbiflow.github.io/sv-tests/tests/chapter-8/8.24--out_of_block_methods.sv.html https://symbiflow.github.io/sv-tests/tests/chapter-15/15.4--mailbox-blocking.sv.html
Fail to assume `new` to be an identifier, not the `class_new` ```verilog module class_tb (); initial begin inst = new; end endmodule ```
Fails: ```verilog module class_tb (); function void a::b(); endfunction endmodule ```
### Minimum minimorum: ```verilog module top (); initial begin p1.lo = 4'h5; end endmodule ``` ### Failures: ``` tests/chapter-7/structures/unpacked/basic.sv tests/chapter-7/structures/unpacked/default-value.sv tests/chapter-7/unions/packed/basic.sv tests/chapter-7/unions/basic.sv ```