-
|
Hello, I'm currently using ORFS and I want to get coordinates of the nodes in the 6_final.spef. Using platform I've tried to use the I modified the log_cmd write_spef -coordinates $::env(RESULTS_DIR)/6_final.spefAnd confirmed the command was executed successfully in the logs: I've investigated the source code and found that: OpenROAD/src/rcx/src/OpenRCX.tcl Lines 153 to 174 in 118204e Will call the below: Lines 255 to 296 in 118204e Finally, at: OpenROAD/src/rcx/src/extSpef.cpp Lines 1043 to 1073 in 118204e Will write out the *N node_name *C x_coord y_coord
But OpenROAD/src/rcx/src/extSpef.cpp Lines 1499 to 1502 in 118204e OpenROAD/src/rcx/src/extSpef.cpp Lines 1151 to 1153 in 118204e OpenROAD/src/rcx/src/extSpef.cpp Lines 1182 to 1184 in 118204e OpenROAD/src/rcx/src/extSpef.cpp Lines 1030 to 1032 in 3f01e9f I think one of them is preventing the RCX executing Thanks in advance for your time and assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Don't know if this might be the cause of issue, but I found that: Lines 79 to 96 in 118204e sets opts.coordinates= coordinates;
But Lines 278 to 299 in 3f01e9f doesn't use opts.coordinates at all
|
Beta Was this translation helpful? Give feedback.
-
|
Figured it out, it was indeed |
Beta Was this translation helpful? Give feedback.
Figured it out, it was indeed
ext.i's problem.I've submited a PR to fix this. #8932