Hi when trying to create a symbol for a port, ie left in = 0x410 i tried left_in0 .abs 0x410 which results in a syntax error but left_in0 .abs $410 and left_in0 .abs 1040 works fine. scott
Logged In: YES user_id=805918
Hi Scott,
I cannot duplicate this problem. The following works fine for me:
left_in0 .abs 0x410 a = [left_in0]
Could you send me a copy of the file that you are working on, or narrow it down to a section that fails reliably?
Thanks, Bret
Log in to post a comment.
Logged In: YES
user_id=805918
Hi Scott,
I cannot duplicate this problem. The following works fine for
me:
left_in0 .abs 0x410
a = [left_in0]
Could you send me a copy of the file that you are working on,
or narrow it down to a section that fails reliably?
Thanks,
Bret