thomasrussellmurphy / istyle-verilog-formatter

Open source implementation of a Verilog formatter
GNU General Public License v2.0
173 stars 44 forks source link

Add +: and -: to operator group #21

Closed wisherhxl closed 2 years ago

wisherhxl commented 2 years ago

add partial selection operator "+:" and "-:" to operator group, or modelsim will generate warnings for them.

thomasrussellmurphy commented 2 years ago

Indexed part-select, that's a new one! Looks to go back to Verilog-2001, so very applicable. Thanks.