Move port configuration from triangle to star

If you have a simple question and just want an answer.
hegt
Member++
Posts: 19
Joined: Wed Sep 17, 2014 1:20 pm

Move port configuration from triangle to star

Post by hegt »

Hello,

I guess its a very simple problem. a own produced slice that runs with the folowwing port configuration:

on tile[0]: ctrl_ports_t hal_ctrl1 =
{
  XS1_PORT_4F, // slp_tr / rst_n
  XS1_PORT_1M, // chip select
  XS1_PORT_4E
};

now I want to move that configuration to the star. But when I look in the hardware manual I cannot find a one bit port at the same pin. Where is XS_PORT_1M?? Why is there not a single pin at the same place? do I look at the wrong place? Is there a difference between star and triangle? That would mean different hardware is needed?

User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »