forked from verilog-to-routing/vtr-verilog-to-routing
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request verilog-to-routing#2444 from verilog-to-routing/3d…
…_arch Add 3D Architectures
- Loading branch information
Showing
15 changed files
with
601 additions
and
6,786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# 3D FPGA Architectures | ||
|
||
This directory contains architecture files for 3D FPGAs. The architectures are divided into three sub-directories: | ||
|
||
1. **koios_3d:** | ||
- Contains architecture files based on the [k6FracN10LB_mem20K_complexDSP_customSB_22nm](../COFFE_22nm/k6FracN10LB_mem20K_complexDSP_customSB_22nm.clustered.xml) architecture, utilized in Koios benchmarks. | ||
- Inside the architecture file, the fabric with multiple sizes based on the sector size is defined. | ||
- Routing resource and switch delays in this architecture are configured for 7 nm technology. The inter-die connection delay is 73 ps. | ||
- Detailed information on how these delays are obtained can be found in the paper "Into the Third Dimension: Architecture Exploration Tools for 3D Reconfigurable Acceleration Devices," presented at FPT '23. | ||
- **Architectures:** | ||
- `3d_full_OPIN_inter_die_k6FracN10LB_mem20k_complexDSP_customSB_7nm.xml` | ||
- The inter-die connection is only from output pins, with all output pins connected to the channel on the same die and the other. | ||
- Inside the architecture file, the fabric with multiple sizes based on the sector size is defined. | ||
- `3d_limited_OPIN_inter_die_k6FracN10LB_mem20k_complexDSP_customSB_7nm.xml` | ||
- The inter-die connection is only from output pins, with all OPINs of BRAMs and DSPs connected to the channels on the same die and the other die. | ||
- Only 60% of the OPINs of CLBs are connected to the channels on the other die and all of them can get connected to the channels on the same die. | ||
|
||
2. **stratixiv_3d:** | ||
- Contains architecture files based on a [StratixIV-like](../titan/stratixiv_arch.timing.xml) architecture. | ||
- Delays of switches and routing resources are similar to those reported in the capture of the StratixIV architecture. | ||
- For the inter-die connection, we multiply the L4 wire delay of SIV by the ratio of the inter-die connection delay to the L4 wire delay of the Koios_3d benchmark. | ||
- **Architectures:** | ||
- `3d_10x10_noc_base_stratixiv_up.xml` | ||
- A 10x10 NoC mech is put on the base die. | ||
- The upper die is SIV-like FPGA fabric. | ||
- `3d_full_inter_die_stratixiv_arch.timing.xml` | ||
- The architecture has two dice. | ||
- Both dice are SIV-like FPGA fabric. | ||
- All pins can cross die. | ||
- `3d_full_OPIN_inter_die_stratixiv_arch.timing.xml` | ||
- The architecture has two dice. | ||
- Both dice are SIV-like FPGA fabric. | ||
- Only OPINs can cross die. | ||
|
||
3. **simple_arch:** | ||
- Simple architectures primarily used for quick testing in the flow. | ||
- The inter-die delay of architectures in this file is considered to be zero. | ||
- Contains two dice and both have the simple fabric. | ||
- All pins can cross die. |
3,272 changes: 0 additions & 3,272 deletions
3,272
vtr_flow/arch/multi_die/k6FracN10LB_mem20K_complexDSP_customSB_22nm.xml
This file was deleted.
Oops, something went wrong.
3,290 changes: 0 additions & 3,290 deletions
3,290
vtr_flow/arch/multi_die/k6FracN10LB_mem20K_complexDSP_customSB_22nm_OPINs.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.