code wiki / _hdl_build / nx_nrtl_opt_gate.nx
nx_nrtl_opt_gate.nx
buildroot/runtime/_hdl_build/nx_nrtl_opt_gate.nx
dependencies 6 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_nrtl.nxnx_nrtl_opt.nxnx_fpga_fabric.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 17 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 19 | func cpstr(dst: *u8, s: *u8) -> i64 { var i: i64=0; while s[i]!=(0 as u8){ dst[i]=s[i]; i=i+1 } dst[i]=0 as u8; return i } |
| 21 | func run2(cn: i64, NPI: i64, ci: *i64, cs: *i64, cp: *i64, pi: *i64, co: *i64, W: i64, a: i64, b: i64) -> i64 |
| 29 | func main() -> i64 |