Replies: 1 comment
-
If you have a frBlockObject* the enum would tell you which of the derived classes it is pointing to. In what scenario would a frcInst or frcInstBlockage appear in the queue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am learning the code of TritonRoute, and I am a little confused about the
route_queue_main()
inFlexDR_maze.cpp
, In thererouteQueue
the entry maybedrcNet,frcNet,frcInst,frcInstBlockage
, what is the meaning of these enum? Thank you very much.Beta Was this translation helpful? Give feedback.
All reactions