-
|
Hi @tancheng , One question, looks no field to represent link(s) between tile(s) and mem? Or default all tiles near mem connect? dataflow/test/arch_spec/arch_spec_example.yaml Lines 28 to 51 in 1cb3c7c Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ah, you are right, I think we can use the tile's dataflow/test/arch_spec/arch_spec_example.yaml Lines 53 to 60 in 1cb3c7c If either "load" or "store" exists, bidirectional links should be there. How does this sound? |
Beta Was this translation helpful? Give feedback.
Ah, you are right, I think we can use the tile's
["load"/"store"]to indicate whether a tile is connecting to the mem.dataflow/test/arch_spec/arch_spec_example.yaml
Lines 53 to 60 in 1cb3c7c
If either "load" or "store" exists, bidirectional links should be there. How does this sound?