diff options
| author | Mahmoud <[email protected]> | 2018-09-18 12:40:36 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-09-18 12:40:36 -0400 |
| commit | 9463cf92f121f8cc18a7e601c5838c3911d303b0 (patch) | |
| tree | 409d6957f71d9e85374a7ecea379a7df11821345 | |
| parent | 8706d35c7d4b660f767452b70084200b9c9c40cd (diff) | |
double internal speedup for TITANX router
| -rw-r--r-- | configs/4.x-cfgs/SM6_TITANX/config_fermi_islip.icnt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/4.x-cfgs/SM6_TITANX/config_fermi_islip.icnt b/configs/4.x-cfgs/SM6_TITANX/config_fermi_islip.icnt index 714d933..dec4789 100644 --- a/configs/4.x-cfgs/SM6_TITANX/config_fermi_islip.icnt +++ b/configs/4.x-cfgs/SM6_TITANX/config_fermi_islip.icnt @@ -35,9 +35,9 @@ routing_delay = 0; vc_alloc_delay = 1; sw_alloc_delay = 1; -input_speedup = 2; +input_speedup = 1; output_speedup = 1; -internal_speedup = 1.0; +internal_speedup = 2.0; // Traffic, GPGPU-Sim does not use this |
