futilehdl/doc/examples/identity.fut

7 lines
59 B
Plaintext

module identity (
a: Logic
) -> Logic
{
assign x = a;
}