diff --git a/litex/tools/litex_contributors.py b/litex/tools/litex_contributors.py index fc6afb4af..53a0504e6 100755 --- a/litex/tools/litex_contributors.py +++ b/litex/tools/litex_contributors.py @@ -27,6 +27,7 @@ class Author: def add_year(self, year): self.years.append(year) self.years = make_unique(self.years) + self.years.sort() # Use Git Log + Processing to create the list of Contibutors ---------------------------------------