An FPGA CAD framework focused on rapid prototyping of new CAD algorithms. The framework is implemented in Java. At this moment packing, placement and routing algorithms are implemented in the framework.
-
Packing:
- Partitioning based packing: a multi-threaded implementation of a packer. Packing happens in two phases. Firstly the partitioningsbased packing and secondly the seed-based packing phase. A second phase is necessary to allow the packer to check architectural constraints.
-
Placement:
- Simulated Annealing based Placement
- Placement with an iterative analytical solver based placement
- Placement with Liquid: A placer that uses steepest gradient descent moves to place a design
-
Routing:
- Connection-based routing: a fast timing-driven connection based router.
Some parts of this toolflow require external packages. Please contact us if you want more information.
To calculate point to point delays, vpr is used (see option --vpr_command). When compiling vpr, the macro PRINT_ARRAYS has to be defined in "place/timing_place_lookup.c".
see license file
The FPGA Placement Framework is released by Ghent University, ELIS department, Hardware and Embedded Systems (HES) group (http://hes.elis.ugent.be).
If you encounter bugs, want to use the FPGA CAD Framework but need support or want to tell us about your results, please contact us. We can be reached at yun.zhou[at]ugent.be
If you use the FPGA CAD Framework in your work, please reference the following papers in your publications:
Packing:
How preserving circuit design hierarchy during FPGA packing leads to better performance
Dries Vercruyce, Elias Vansteenkiste and Dirk Stroobandt
IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems}, 37(3), pp. 629-642.
Placement:
Liquid: High quality scalable placement for large heterogeneous FPGAs
Dries Vercruyce, Elias Vansteenkiste and Dirk Stroobandt
Field Programmable Technology (ICFPT), 2017 17th International Conference on. IEEE, 2017
Routing:
CRoute: A Fast High-Quality Timing-Driven Connection-Based FPGA Router
Dries Vercruyce, Elias Vansteenkiste and Dirk Stroobandt
2019 IEEE 27th Annual International Symposium on Field-Programmable Custom Computing Machines (FCCM), San Diego, CA, USA, 2019
- Yun Zhou - [email protected]
- Dries Vercruyce - [email protected]
- Elias Vansteenkiste - [email protected]
- Arno Messiaen - [email protected]
- Seppe Lenders - [email protected]
The FPGA CAD Framework is a work in progress, input is welcome.