@@ -47,6 +47,57 @@ _The following are changes which have been implemented in the VTR master branch
47
47
48
48
### Removed
49
49
50
+
51
+ ## v9.0.0 - 2024-12-23
52
+
53
+ ### Added
54
+ * Support for Advanced Architectures:
55
+ * 3D FPGA architectures.
56
+ * Architectures with hard Network-on-Chip (NoC).
57
+ * Configurable horizontal and vertical channel widths and types.
58
+ * Diagonal routing wires and other complex wire shapes.
59
+
60
+ * New Benchmark Suites:
61
+ * Koios: A deep-learning-focused benchmark suite.
62
+ * Hermes: Benchmarks utilizing hard NoCs.
63
+ * TitanNew: Benchmarks targeting the Stratix 10 architecture.
64
+
65
+ * Enhanced Architecture Capture:
66
+ * Intel’s Stratix 10 FPGA architecture.
67
+ * AMD’s 7-series FPGA architecture.
68
+
69
+ * Parmys Frontend Flow:
70
+ * Better Verilog and SystemVerilog language coverage
71
+ * More efficient hard block mapping
72
+
73
+ * VPR Graphics Visualizations:
74
+ * New interface for improved usability.
75
+ * Breakpoint visualizations for placement and routing algorithm debugging.
76
+ * User-guided (manual) placement optimization features.
77
+
78
+ * Performance Enhancements:
79
+ * Parallel router for faster inter-cluster routing.
80
+
81
+ * Re-clustering API to modify packing decisions during the flow.
82
+ * Support for floorplanning and placement constraints.
83
+ * Unified intra- and inter-cluster routing.
84
+ * Comprehensive web-based VTR utilities and APIs documentation.
85
+
86
+ ### Changed
87
+ * The default values of many commandline options (e.g. inner_num is 0.5 instead of 1.0)
88
+ * Changes to placement engine
89
+ * Smart centroid initial placement algorithm
90
+ * Multiple smart placement directed moves
91
+ * Reinforcement learning-based placement algorithm
92
+
93
+ ### Fixed
94
+ * Many algorithmic and coding bugs are fixed in this release
95
+
96
+ ### Deprecated
97
+
98
+ ### Removed
99
+
100
+
50
101
## v8.0.0 - 2020-03-24
51
102
52
103
### Added
0 commit comments