O
Olivier FAURAX
Guest
Sorry for off-topic but i really need help (and i don't know where to
find help).
How can I do a bit-flip on a value such as "\G/tmp[0]" ?
I can do it on a "simple" name such as "reset" :
deposit reset = [expr ~#reset] -after 0 ns -relative
I tried :
deposit {\G/tmp[0] } = [expr ~#{\G/tmp[0] }] -after 0 ns -relative
I get the ">" you see above. I tried to escape some character ("\\G...")
but I didn't find any solution.
The manual doesn't help at all.
Thanks in advance
Olivier
find help).
How can I do a bit-flip on a value such as "\G/tmp[0]" ?
I can do it on a "simple" name such as "reset" :
deposit reset = [expr ~#reset] -after 0 ns -relative
I tried :
deposit {\G/tmp[0] } = [expr ~#{\G/tmp[0] }] -after 0 ns -relative
I get the ">" you see above. I tried to escape some character ("\\G...")
but I didn't find any solution.
The manual doesn't help at all.
Thanks in advance
Olivier