Fabian Schuiki

Results 315 comments of Fabian Schuiki

Looks like a good start. How do the variants relate to `UX01ZWLH-`? Is something like the following correct? ``` U = Logic::U X = Logic::X 0 = Logic::Sd(false) 1 =...

Looks good :+1:!

Cool this is very nice!

@maerhart is working on this in his own fork right now.

MLIR output added as part of #134.

The current strategy is to have assert/assume/cover be LLHD intrinsics: ``` call void @llhd.assert(i1 %some_condition); call void @llhd.assume(i1 %some_condition); call void @llhd.cover(i1 %some_condition); ``` These are not yet emitted by...

Excellent resource, thanks!

I think it would be a great idea to join forces in this regard! Your list of points on what such an IR HDL would need pretty much matches up...

Thanks for pointing this out! Added to the list of todos for version 0.15.

This is an excellent suggestion, especially since it helps to tie in LLHD with the existing ecosystem. Adding this to the planned v0.14 features. Some links for impl. reference: -...