nac3/nac3standalone
David Mak dcef6c6b89 [core] toplevel/composer: Add lateinit_builtins
This is required for the new core_log and rtio_log functions, which take
a generic type as its parameter. However, in ARTIQ builtins are
initialized using one unifier and then actually used by another unifier.

lateinit_builtins workaround this issue by deferring the initialization
of functions requiring type variables until the actual unifier is ready.
2024-08-13 15:12:05 +08:00
..
demo standalone: Fix several issues post script refactoring 2024-08-13 12:34:41 +08:00
src [core] toplevel/composer: Add lateinit_builtins 2024-08-13 15:12:05 +08:00
Cargo.toml standalone/demo: separate linalg functions from main workspace 2024-08-05 11:44:54 +08:00