Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 499 Bytes

ReadMe.md

File metadata and controls

40 lines (20 loc) · 499 Bytes

Final project [109065711]

Using the method provided by DAG-Map: Graph Based FPGA Technology Mapping For Delay Optimization.

Using C++11.

Compile

./make.sh

Usage

./map -k 2 input.blif

I only implement DMIG algorithm of the paper, so the argument k have to be 2.

Data Structure

I use map from STL to store the graph of circuits.


First Version (Not using the method of DMIG)

在 [直接拆的版本] 資料節內。

./make.sh