Flute3
Contents
Flute3#
Flute3 is an open-source rectilinear Steiner minimum tree heuristic withimprovements made by UFRGS students and James Cherry. This tool is usedfor the calculation of wirelength ingrt
andrsz
.
The version in this repository usesCMake and C++ namespace, and has dynamic memory allocation. Flute3 can handle nets with any degree.
External references (Optional)#
The algorithm base is Flute3.1, extracted from the FastRoute4.1 versionthat was received fromyuexu@iastate.edu on June 15, 2019,with the BSD-3 open source license as given in the FastRoutewebsite.
License#
SeeLICENSE file.
Contents