2 wire or 5 wire xmos links?
-
- XCore Addict
- Posts: 204
- Joined: Sun Jun 01, 2014 10:25 pm
2 wire or 5 wire xmos links?
How does the compile decide whether to implement an interface or a channel as a 2 wire or a 5 wire link? Is there a way of telling the compiler to use a fast link for a particular interface or channel?
-
- XCore Addict
- Posts: 161
- Joined: Sun Jun 12, 2011 11:47 am
-
- XCore Addict
- Posts: 204
- Joined: Sun Jun 01, 2014 10:25 pm
I think the xn file you are referring to is for external bonded out links to other parts. I am asking about internal links between cores and tiles on a single part.
-
- XCore Addict
- Posts: 161
- Joined: Sun Jun 12, 2011 11:47 am
Why would you want to switch a single device to 2w (slow) mode? I believe the whole point of slow mode is to stabilize chip interconnect.
I think I read somewhere that intra device links are always 5w
I think I read somewhere that intra device links are always 5w
-
- XCore Expert
- Posts: 844
- Joined: Sun Jul 11, 2010 1:31 am
An important reason for using 2w links is that it uses much
fewer pins.
At (rom) boot time all links (including internal links) are used
as 2w links.
The normal XN files for L2 etc. parts use 5w for the internal
links. You want to use those, not write an XN from scratch.
fewer pins.
At (rom) boot time all links (including internal links) are used
as 2w links.
The normal XN files for L2 etc. parts use 5w for the internal
links. You want to use those, not write an XN from scratch.