forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3core
David Mak 8fd7216243 [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:19:03 +08:00
..
src [core] toplevel/composer: Add lateinit_builtins 2024-08-13 15:19:03 +08:00
Cargo.toml core: refactor `PrimitiveDefinitionId` into enum `PrimDef` 2024-06-12 15:01:01 +08:00
build.rs core: Apply cargo format 2024-07-09 13:32:10 +08:00