# flute3 **Repository Path**: yishanyuyu/flute3 ## Basic Information - **Project Name**: flute3 - **Description**: a mirror of the FLUTE project on github - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-19 - **Last Updated**: 2025-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This repo is obsolete. Please see the OpenROAD repo instead. Flute3 ====================== **Flute3** is an open-source rectilinear minimal tree algorithm with UFRGS improvements. This repository uses CMake, C++ namespace, and have dynamic memory allocation. Flute3 can handle nets with any degree. The algorithm base is Flute3.1, obtained from FastRoute4.1 version, that was received from 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). ## Getting Started ### Pre-Requisite - GCC compiler - cmake3.1 ### How to Compile ```` git clone https://github.com/The-OpenROAD-Project/flute3 cd flute3/ mkdir build cd build cmake .. make ```` Copyright (c) 2019, Federal University of Rio Grande do Sul (UFRGS) All rights reserved.