bluespec / Piccolo

RISC-V CPU, simple 3-stage pipeline, for low-end applications (e.g., embedded, IoT)
Apache License 2.0
307 stars 49 forks source link

Mixed code indentation #11

Closed GiuseppeDiGuglielmo closed 5 years ago

GiuseppeDiGuglielmo commented 5 years ago

This is a minor issue.

For SSITH, I may extend the source code of Piccolo (and Flute). During these early phases, I am reading and understanding the source code. I noticed some mixed (tab, spaces) or non-correct indentation that reduces the code readability. I can easily fix it on my side as I proceed with my feature integration, but it would be great to have it fixed on the baseline.

Thank you!

GiuseppeDiGuglielmo commented 5 years ago

I can also fork the repo, fix the indentation issues, and make a pull request. Let me know what you may prefer.

rsnikhil commented 5 years ago

Pull requests would be best.