[Libre-soc-bugs] [Bug 671] convert spec pseudocode to use XLEN width
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Aug 30 16:07:42 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=671
--- Comment #43 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
moving on to fixedarith (the mul cases)
found that auto-creation (auto-assignment) was stopping on
expressions:
prod[0:XLEN-1] <- something
the variable "prod" does not exist so has to be auto-created
however the detection was ONLY capable of recognising
prod[0:31] <- something
fixed: quite a big intrusive change so re-running test_issuer.py
(for the 5th time today)
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=69c1f44388226d1fde2e6aa70ce2fd5bc660bd87
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list