Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Add autoformatting of FPGA verilog files #297

Open npetersen2 opened 1 year ago

npetersen2 commented 1 year ago

The formatting of the verilog files leaves a bit to be desired... At a minimum, there are pretty bad tab/space issues.

We already autoformat the C code, why not the verilog code?

At first pass, there is not a standard formatter people seem to use, so we'll have to find a suitable one.