• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

etc/H03-May-2022-929,293929,264

LICENSEH A D16-Jul-20211.7 KiB3627

README.mdH A D16-Jul-2021789 2820

flute.cppH A D16-Jul-202152 KiB1,9901,669

flute.hH A D16-Jul-20214.6 KiB12775

README.md

1Flute3
2======================
3
4**Flute3** is an open-source rectilinear minimal tree algorithm with UFRGS improvements.
5This repository uses CMake, C++ namespace, and have dynamic memory allocation. Flute3 can handle nets with any degree.
6
7The algorithm base is Flute3.1, obtained from FastRoute4.1 version, that was received from <yuexu@iastate.edu> on June 15, 2019, with the BSD-3 open source license as given in the FastRoute [website](http://home.eng.iastate.edu/~cnchu/FastRoute.html#License).
8
9## Getting Started
10### Pre-Requisite
11
12- GCC compiler
13- cmake3.1
14
15### How to Compile
16
17````
18git clone https://github.com/The-OpenROAD-Project/flute3
19cd flute3/
20mkdir build
21cd build
22cmake ..
23make
24````
25
26Copyright (c) 2019, Federal University of Rio Grande do Sul (UFRGS)
27All rights reserved.
28