llhd 0.16.0

A Low Level Hardware Description that acts as a foundation for building hardware design tools.
Documentation
1
2
3
4
5
6
7
8
; FAIL

func @foo () void {
entry:
    %0 = const i32 42
    %2 = add i32 %0, %1
	ret
}