Basic ODB API access crashes? #10621
Unanswered
chrisgelinek-rl
asked this question in
Q&A
Replies: 1 comment
-
|
There were lots of bugs fixed in the past year. Please first try with the head of master. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Using an old (from 2025-07-01) ORFS build with a proprietary technology, I'm trying to add a
POST_CTS_TCLscript to replace a buffer instance with a delay instance.Inspired by #430 (comment), I started with this:
So far so good, but when I try to connect
dly_qtonet_q, the application crashes:I also tried
odb::dbITerm_connect $dly_q $net_q.Also when I try to get the iterm of the existing buffer instance I'd like to replace, I run into problems. While this works fine:
This one crashes:
which isn't so bad as I have found the alternative
set iterm_a [odb::dbITerm $pin_a]shown above, but doing something with that also fails:I'm running these experiments interactively in the GUI after starting it with
make gui_4_cts.odb.Is the ODB in the wrong state or mode for me to run these commands, or what else could cause these issues?
Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions