Fabian Schuiki
Fabian Schuiki
@maerhart What do you think about this plan?
> Just wondering whether we can use (part of) the SV dialect in the lowering chain from SV AST to HW/Comb/LLHD. And whether this would make sense at all since...
My suggestion would be to start with the minimum that is needed to represent the MIR and move codegen over to CIRCT. I'm pretty sure this will already instruct quite...
Wow this is some seriously amazing work! I love it :tada:! Let me add some comments right to the commit itself. It's great that you went for a minimal working...
Cool thanks a lot, this looks great! Since we're only working with 3 types at the moment (and the LLVM submodule update upstream might take a while to get merged),...
Hey @samerogers, thanks for reporting this. The integration of LLVM and CIRCT is pretty delicate dance due to the fast-paced development style on the LLVM side. As a rule of...
Nightly not needed anymore, so could be done now.
This is partially implemented. All primary expressions are properly type checked, except for function calls. Composite expressions (unary and binary operations, etc.) are not implemented yet.
@phsilva It would be great to fix this! I've seen this compilation unit behaviour being used in various places, so I think it makes sense to get moore up to...
Pretty neat, thanks! I'll take a look!