How to check all properties and corresponding values of UNISIM cell? #879
-
I can create a cell and check its all properties and corresponding values with Xilinx TCL commands like the following codes as an example.
I want to do something similar with RapidWright, because I need to know what possible properties and corresponding values exist for target cell first before setting cell's properties. I tried something like the codes below in python. However, it seems like only default values are available.
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Take a look at this comment for non-default properties: |
Beta Was this translation helpful? Give feedback.
You are correct, we don't have exhaustive lists of properties settings in RapidWright. This could be added in the future. I'll look into the difficulty of adding them. For, now, however, you'll probably just need to query in Vivado.