|
--- |
|
license: mit |
|
language: |
|
- en |
|
tags: |
|
- FPGA |
|
- HLS |
|
pretty_name: GNΩSIS |
|
size_categories: |
|
- 100K<n<1M |
|
--- |
|
# Dataset Card for GNΩSIS |
|
|
|
## Dataset Details |
|
|
|
### Dataset Description |
|
|
|
GNΩSIS is an open-source HLS dataset, containing more than 220K design points generated from prominent benchmark suites and public repositories. |
|
The dataset covers two Xilinx/AMD FPGAs with varying resource characteristics and three clock frequencies. |
|
|
|
- **Curated by:** Aggelos Ferikoglou |
|
- **Shared by:** Aggelos Ferikoglou |
|
- **License:** MIT |
|
|
|
### Dataset Sources |
|
|
|
- **Repository:** https://github.com/aferikoglou/GNWSIS |
|
|
|
## Dataset Structure |
|
|
|
The GNΩSIS dataset is organized as a CSV file, where each row corresponds to a distinct hardware design configuration for a specific application, targeting a particular FPGA and clock frequency. It includes both configuration parameters and associated performance and resource utilization metrics. |
|
|
|
#### Configuration Parameters |
|
|
|
These columns define the application context and the design parameters: |
|
|
|
* **Application\_Name**: The name of the application being analyzed. |
|
* **Version**: Identifier for a specific version or configuration of the application. |
|
* **Device**: The target FPGA device (e.g., `xczu7ev-ffvc1156-2-e`, `xcu200-fsgd2104-2-e`). |
|
* **Clock\_Period\_nsec**: The clock period for the design, in nanoseconds. |
|
|
|
#### Applied Directives |
|
|
|
These fields indicate which design directives have been applied to specific action points within the kernel: |
|
|
|
* **Array\_1** to **Array\_22**: Represent directives applied to array-related action points (e.g., `complete_1`). |
|
* **OuterLoop\_1** to **OuterLoop\_26** and **InnerLoop\_1\_1** to **InnerLoop\_4\_2**: Capture loop-specific directives such as `pipeline_1` or `unroll_2`. |
|
|
|
#### Quality of Result Metrics |
|
|
|
* **Latency\_msec**: Kernel execution latency, measured in milliseconds. |
|
* **Synthesis\_Time\_sec**: Total time taken to synthesize the design, in seconds. |
|
* **BRAM\_Utilization\_percentage**, **DSP\_Utilization\_percentage**, **FF\_Utilization\_percentage**, **LUT\_Utilization\_percentage**: Resource usage reported as a percentage of the total available on the target FPGA device. |
|
* **Speedup**: Performance improvement factor compared to a baseline implementation. |
|
* **BRAMs**, **DSPs**, **FFs**, **LUTs**: Calculated absolute resource usage based on utilization percentage and the FPGA's total capacity. |
|
|
|
## Citation |
|
|
|
**BibTeX:** |
|
|
|
## Dataset Card Authors |
|
|
|
Aggelos Ferikoglou |
|
|
|
## Dataset Card Contact |
|
|
|
E-mail: [email protected] |