Skip to main content

lanes_simulate_stack_with_arch

Function lanes_simulate_stack_with_arch 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn lanes_simulate_stack_with_arch( prog: *const LANESProgram, arch: *const LANESArchSpec, out: *mut *mut LANESValidationErrors, ) -> LanesStatus
Expand description

Stack type simulation with arch-dependent lane/location group checks (consistency, bus membership, AOD complete-grid geometry).

arch may be NULL, in which case group checks degrade to duplicate detection only (the lanes_simulate_stack behavior).