[Libre-soc-isa] [Bug 996] add shaddsw or replace shadduw with shaddsw since i32 indexes are waay more common than u32
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Apr 13 03:42:21 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=996
--- Comment #6 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #5)
> $ make ls012.pdf
>
> python3 ls012_optable.py
> Traceback (most recent call last):
> File "ls012_optable.py", line 191, in <module>
> print_table("XO cost", header, areas, by_cost_then_priority_then_page)
> File "ls012_optable.py", line 103, in print_table
> areas = sortby(areas)
> File "ls012_optable.py", line 70, in by_cost_then_priority_then_page
> res = sorted(res, key=functools.cmp_to_key(sort_by_cost_priority_page))
> File "ls012_optable.py", line 56, in sort_by_cost_priority_page
> v = sort_by_cost(p1, p2)
> File "ls012_optable.py", line 45, in sort_by_cost
> p1 = p1['cost']
> KeyError: 'cost'
>
> any idea what that's about?
idk, I didn't change that, it was broken before then.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libre-SOC-ISA
mailing list