[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 20:36:48 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=665
Jacob Lifshay <programmerjake at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |programmerjake at gmail.com
--- Comment #4 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #3)
> ok so the idea here is to have the bare minimum code-generator which is
> actually executable c code. it is reasonable to assume (for now) that
> the maximum Signal width will be 64-bit, but not reasonable to assume
> it will stay that way.
>
> therefore, part of the project involves creating some macro-templates
> for Signal arithmetic (in c) and having the compiler spit out both
> the macros and their usage.
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 :)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list