MahmoudKMaarouf

Results 6 issues of MahmoudKMaarouf

Is there a way to make the right parenthesis aligned in instantiations ? **Test case** ```systemverilog // Input to the formatter, preferably a reduced test case. ``` Formatter output: ![image](https://github.com/chipsalliance/verible/assets/44007989/3f86eedb-049c-41ab-b464-bc8bfd368169)...

formatter

**Test case** ```systemverilog // Input to the formatter, preferably a reduced test case. ``` ![image](https://github.com/chipsalliance/verible/assets/44007989/805d633d-b928-46d7-b747-b940c755eee5) I expect it to look like this: ![image](https://github.com/chipsalliance/verible/assets/44007989/65b91be5-4229-49a7-8df3-9d5315b8a257) Because there is a return between the...

formatter

Placing this on top of code: ``` `ifndef AN_IF_DEF logic [1:0] someVar; `endif ``` will cause the line numbers of the original file to be shifted 1 up (equivalent to...

I cannot find extension debug output on VS code terminal output tab. Other extensions have this feature. ![image](https://github.com/Nitcloud/Digital-IDE/assets/44007989/8e87a374-f49a-46b4-a31f-b375b4a6b7bc) Furthermore, modelsim linter does not work despite using same path and command...

I have installed GTKWave on terminal on my M silicon Mac via the discussion here: (brew command) https://github.com/gtkwave/gtkwave/issues/250 It works great as shown here: Then I alter RTL, rerun Icarus...

Similar issue to https://github.com/mshr-h/vscode-verilog-hdl-support/issues/413 but restarting does not fix the issue [error] [VerilogFormatProvider] Error: spawnSync verilog-format ENOENT /usr2/{...}/vault/verible/bin/verible-verilog-format --indentation_spaces 8 --module_net_variable_alignment align --assignment_statement_alignment align --case_items_alignment align --class_member_variable_alignment align --distribution_items_alignment align...

bug