pulp-platform / pulp_soc

pulp_soc is the core building component of PULP based SoCs
Other
78 stars 81 forks source link

Beautification & Homogeneization #100

Closed FrancescoConti closed 5 months ago

FrancescoConti commented 6 months ago

This purely cosmetic PR:

bluewww commented 6 months ago

Are you using verible-format for these changes?

FrancescoConti commented 6 months ago

Are you using verible-format for these changes?

In theory, it should be doable with verible-format with these options:

verible-verilog-format --column_limit 256 --wrap_spaces 2 file.sv

plus probably a few more for the various alignments. In practice I did it by hands, as verible fails to converge with an error (at least on my setup).

FrancescoConti commented 6 months ago

I think it is ready. @bluewww ?