code wiki / _hdl_build / nx_fpga_pnr_gate.nx
nx_fpga_pnr_gate.nx
buildroot/runtime/_hdl_build/nx_fpga_pnr_gate.nx
dependencies 6 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_fpga_pnr.nxnx_fpga_fabric.nxnx_fpga_lut.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
| 19 | 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 |
| 21 | func fill(a: *i64, n: i64, v: i64) -> i64 { var i: i64=0; while i<n { a[i]=v; i=i+1 } return 0 } |
| 23 | func parity3_init() -> i64 |
| 28 | func maj3_init() -> i64 |
| 34 | func main() -> i64 |