change rule names to allow implicit scheduling
authorNeel <neelgala@gmail.com>
Sun, 11 Mar 2018 17:07:49 +0000 (22:37 +0530)
committerNeel <neelgala@gmail.com>
Sun, 11 Mar 2018 17:07:49 +0000 (22:37 +0530)
commit2ab18b3c42ddb6809145cc131d77679ef98b461b
treeb2ca62f6acaf4ecaf9bf1714a9ae4689a3a1e1a4
parent0833e8dea0960ef399dbe26c687d15f2da598f88
change rule names to allow implicit scheduling

When inputs from multiple IO cells drive the same interface/peripheral there needs to be an implicite priority between the rules updating the same wire (going to the interface). The current pinmap in this commit creates the above scenario.
To enable the implicit scheduling the rules names need to be different. This commit ensures this as well
Also currently the ordering is based on the order in which the user provides the two instances. the first instance os uart_rx is given priority over the later instance in the pinmap.txt file.
pinmap.txt
src/actual_pinmux.py