You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
909 B

6 years ago
6 years ago
  1. # VHDL Fomatter
  2. VHDL formatter web online written in javascript
  3. [Online version https://g2384.github.io/VHDLFormatter/](https://g2384.github.io/VHDLFormatter/)
  4. ## Release Notes
  5. ### 2.2 [2018-10-16]
  6. - support enumerated types
  7. ### 2.1 [2018-03-22]
  8. - fix keywords case issues
  9. - anything in quotes will not be touched
  10. - correct format for comments after multi-line statement
  11. - options to align signs in parameter lists
  12. - fix function indentation
  13. - fix "align symbols affects process label"
  14. - do not align multi-occurrence symbols in a line
  15. - better styles (checkbox, button, disabled)
  16. - support package bodies
  17. - fix "newline after PORT affects PORT MAP"
  18. ### 2.0 [2018-02-16]
  19. - rewrite the main algorithm (& move to a new repository)
  20. - add more unit tests
  21. - fix all known issues
  22. ### 1.1 [2016-11]
  23. - fix some bugs reported by users
  24. - add unit tests
  25. ### 1.0 [2015-01]
  26. - support most of the VHDL features