[Libre-soc-bugs] [Bug 665] very basic nmigen-to-c compiler needed

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Aug 31 21:01:19 BST 2021


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

--- Comment #5 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Jacob Lifshay from comment #4)

> I'd expect that it'll work better for the C to be completely
> de-generic-ified, and not use a mountain of undecipherable macros to make
> everything work, being able to read the generated code would be nice :)

signals unfortunately are not limited in length in any way, shape or form.
there is no such concept in c as a basic integer type capable of adding
4,096 bits.

consequently, macros (or macros hiding functions) are unavoidable.

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


More information about the libre-soc-bugs mailing list