code wiki / _hdl_build / rs_authored2.nx

rs_authored2.nx source

↩ module page · 7 lines · 264 B

1// AUTHORED BY THE NISHI BUILDER (pattern: RTL_SYNTH) -- op-DAG lowered to a baked dataflow, no Claude logic 2func rs_authored_compute(inp: *i64) -> i64 { 3 let t0: i64 = inp[0] & inp[1] 4 let t1: i64 = inp[0] ^ inp[1] 5 let t2: i64 = t0 + t1 6 return t2 7}