Skip to content

kosho2013/DAMSim

Repository files navigation

DAMSim

How to run

./run.sh a b c d e

a: input file which contains DFModel mapping
b: on-chip topology
c: off-chip topology
d: on-chip number of streamed tiles/samples
e: off-chip number of streamed tiles/samples

Mapping format:

PCU:
| pcu | on_chip_config | on_chip_config ID | kernel name | location X | location Y | SIMD or Systolic | sender ID in the connection list | receiver ID in the connection |
pcu on_chip_config 0 Step_1 0 1 128 Systolic sender 0 1 2 receiver 6

PMU:
| pmu | on_chip_config | on_chip_config ID | tensor name | location X | location Y | num of vectors written/read | sender ID in the connection list | receiver ID in the connection |
pmu on_chip_config 0 Step_1___Step_2 0 0 128 sender 8 receiver 0

Traffic:
| connection | on_chip_config | on_chip_config ID | pcu or pmu | location X | location Y | pcu or pmu | location X | location Y |
connection on_chip_config 0 pcu 0 1 pmu 0 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published