You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hard-coded stringy names are problematic, especially in GHC 9.10.1 due to the ghc-internal rewrite. Some occurrences were handled in e565d26, but there are quite a few more in Clash.GHC.Evaluator.Primitive (c.f. GHC.Float.integerToFloat# and many more).
The text was updated successfully, but these errors were encountered:
somewhere as part of clash-lib Haskell files. This a sketch, first of all I don't know if InlineYamlPrimitive accepts a list of BlackBox and secondly it's still not tied in anywhere anyway, but as a general idea.
where we can immediately pass a Name. I think this would be a nice way to define primitives in user designs as well, but it might be significantly more effort (not my area of expertise, that part of the code).
Hard-coded stringy names are problematic, especially in GHC 9.10.1 due to the
ghc-internal
rewrite. Some occurrences were handled in e565d26, but there are quite a few more inClash.GHC.Evaluator.Primitive
(c.f.GHC.Float.integerToFloat#
and many more).The text was updated successfully, but these errors were encountered: