[Libre-soc-bugs] [Bug 485] Create I-Cache from microwatt icache.vhdl

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Oct 5 12:37:35 BST 2020


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

Jacob Lifshay <programmerjake at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |programmerjake at gmail.com

--- Comment #51 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #50)
> (In reply to Jacob Lifshay from comment #49)
> 
> > Oops, Python accidentally gained a new "return if" statement.
> 
> wark-wark.  err yeah let's not encourage them to keep quotes evolving quotes
> the python syntax :)  list incomprehensions and new assignment operators are
> bad enough...

https://git.libre-soc.org/?p=soc.git;a=commitdiff;h=040a0600105dc8d4d4e16af68437d3ed752ef53f

how about using something that's not still a syntax error (note `:`):
return ((n << 32) & ((n - 1) << 32)) == 0
instead of:
return ((n << 32) & ((n-1) << 32)) == 0:

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


More information about the libre-soc-bugs mailing list