code wiki / _hdl_build / nx_project_gate.nx
nx_project_gate.nx source
↩ module page · 8 lines · 367 B
1// nx_project_gate.nx -- gate + CLI wrapper for the nx_project pure core (argless = selftest gate incl
2// the fork of the REAL blessed nx_vizsla_plan.elf as the independent record writer; else the CLI:
3// load | view | workload). expect_exit: 0 license_tier: ORIGINAL
4import "nx_project.nx"
5
6func main(argc: i64, argv: *i64) -> i64 {
7 return pj_cli(argc, argv)
8}