[Libre-soc-bugs] [Bug 1066] fix bug where pseudo-code assignments modify more than just the variable being assigned to

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Wed Oct 18 22:50:42 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1066

--- Comment #4 from Jacob Lifshay <programmerjake at gmail.com> ---
basically, this is a workaround to get the by-value semantics that I expect the
spec pseudocode authors expect, since python has by-reference semantics and
assignments/function-calls in python just point at the original object instead
of being copied by-value like is expected in HDL.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list