LinxISA Repository Flow (v0.4)¶
The workspace is specification-first and submodule-first.
Workspace Bootstrap¶
git submodule sync --recursive
git submodule update --init --recursive
Pinned ecosystem repos:
compiler/llvmemulator/qemukernel/linuxrtl/LinxCoretools/pyCircuitlib/glibclib/muslworkloads/pto_kernels
Flow¶
- ISA definition in
isa/v0.4/ - Compiled catalog in
isa/v0.4/linxisa-v0.4.json - Generated decode assets in
isa/generated/codecs/ - Validation in AVS (
avs/) - Cross-repo alignment through submodule pinning
- Regression gating with
tools/regression/run.sh