Johan Euphrosine

Results 579 comments of Johan Euphrosine

Let's keep this open then, and #1063 as "related" then. Sorry for the noise :)

Note this might require additional tagging in the IR as it looks like struct are currently flattend as tuple: ``` top fn __user_module__muladd(op: (bits[8], bits[8], bits[8])) -> bits[8] { op_a:...

should this be rebased now that #1315 has been merged?

I'm not able to reproduce this error w/ [v0.0.0-5199-gf59b8a886](https://github.com/google/xls/releases/tag/): https://colab.research.google.com/gist/proppy/b63996aeb0dcbcca7a8271fc322e85c2/xls-playground-sandbox.ipynb can you confirm which build are you using?

@lpawelcz assuming this is blocking #1211 ?

> It looks like there is a place in the IR optimization process that includes the inlining pass without checking for the value of the inline_procs flag It seems you...

@grebe @hongted is there a workaround for this? @rw1nkler is understanding is that inlining is needed for RAM usage.

In order to unblock verilog and PD: I was thinking that they may be able to codegen the memory interface w/o inlining as a regular DSLX proc w/ a channel...

@allight did we ever add the doc for https://github.com/google/xls/commit/0af76338b7e5ed64ed718c56af46f68d23b134cd ? (is it ready to be documented, i.e: plugged in the interpreter flags?)

related: it would be nice to be able to dump leveled log into a structured format (json, proto) that could be more easily queried offline.