From d7d5e22e5a1c7e6261d2d8c2fefb092a770b8aae Mon Sep 17 00:00:00 2001 From: Arne Symons Date: Tue, 21 May 2024 14:44:21 +0200 Subject: [PATCH] remove dram from core definitions in examples --- .../examples/hardware/cores/eyeriss_like.yaml | 23 ------------------- .../hardware/cores/meta_prototype.yaml | 23 ------------------- .../examples/hardware/cores/tpu_like.yaml | 23 ------------------- 3 files changed, 69 deletions(-) diff --git a/stream/inputs/examples/hardware/cores/eyeriss_like.yaml b/stream/inputs/examples/hardware/cores/eyeriss_like.yaml index 83f0df2e..c38d303a 100644 --- a/stream/inputs/examples/hardware/cores/eyeriss_like.yaml +++ b/stream/inputs/examples/hardware/cores/eyeriss_like.yaml @@ -111,29 +111,6 @@ memories: th: rw_port_1 served_dimensions: [D1, D2] - dram: - size: 10000000000 - r_bw: 64 - w_bw: 64 - r_cost: 1000 - w_cost: 1000 - area: 0 - r_port: 0 - w_port: 0 - rw_port: 1 - latency: 1 - operands: [I1, I2, O] - ports: - - fh: rw_port_1 - tl: rw_port_1 - - fh: rw_port_1 - tl: rw_port_1 - - fh: rw_port_1 - tl: rw_port_1 - fl: rw_port_1 - th: rw_port_1 - served_dimensions: [D1, D2] - multipliers: input_precision: [8, 8] multiplier_energy: 0.5 # pJ diff --git a/stream/inputs/examples/hardware/cores/meta_prototype.yaml b/stream/inputs/examples/hardware/cores/meta_prototype.yaml index 1ca03e23..94df5546 100644 --- a/stream/inputs/examples/hardware/cores/meta_prototype.yaml +++ b/stream/inputs/examples/hardware/cores/meta_prototype.yaml @@ -118,29 +118,6 @@ memories: tl: r_port_1 served_dimensions: [D1, D2, D3, D4] - dram: - size: 10000000000 - r_bw: 64 - w_bw: 64 - r_cost: 700 - w_cost: 750 - area: 0 - r_port: 0 - w_port: 0 - rw_port: 1 - latency: 1 - operands: [I1, I2, O] - ports: - - fh: rw_port_1 - tl: rw_port_1 - - fh: rw_port_1 - tl: rw_port_1 - - fh: rw_port_1 - tl: rw_port_1 - fl: rw_port_1 - th: rw_port_1 - served_dimensions: [D1, D2, D3, D4] - multipliers: input_precision: [8, 8] multiplier_energy: 0.04 # pJ diff --git a/stream/inputs/examples/hardware/cores/tpu_like.yaml b/stream/inputs/examples/hardware/cores/tpu_like.yaml index e85d5721..e4b368ad 100644 --- a/stream/inputs/examples/hardware/cores/tpu_like.yaml +++ b/stream/inputs/examples/hardware/cores/tpu_like.yaml @@ -61,29 +61,6 @@ memories: th: r_port_1 served_dimensions: [D1, D2] - dram: - size: 10000000000 - r_bw: 64 - w_bw: 64 - r_cost: 700 - w_cost: 750 - area: 0 - r_port: 0 - w_port: 0 - rw_port: 1 - latency: 1 - operands: [I1, I2, O] - ports: - - fh: rw_port_1 - tl: rw_port_1 - - fh: rw_port_1 - tl: rw_port_1 - - fh: rw_port_1 - tl: rw_port_1 - fl: rw_port_1 - th: rw_port_1 - served_dimensions: [D1, D2] - multipliers: input_precision: [8, 8] multiplier_energy: 0.04 # pJ