- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello,Does anyone know how to solve this error
error: Table placement cannot make any more progress. Though some tables have not yet been placed, dependency analysis has found that no more tables are placeable. This may be due to shared attachments on partly placed tables; may be able to avoid the problem with @stage on those tables
I want to use four identical registers in the if else statement, but the execution order is different in different code blocks. My code is similar to this
if(flag){
metadata.data = registerA.read();
update metadata.data to registerB;
metadata.data2 = registerC.read();
update metadata.data2 to registerD;
}
else{
metadata.data = registerD.read();
update metadata.data to registerC;
metadata.data2 = registerB.read()
update metadata.data2 to registerA;
}
It seems that there is no conflict. Does anyone know the specific cause of the problem and how to solve it. thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @eternalaa,
Thank you for contacting Intel Embedded Community.
This Forum is for Embedded products but you may try this link to ask any questions related to Tofino Switches.
https://plan.seek.intel.com/programmable-ethernet-switch
Best regards,

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page