FPGA-MAFIA / fpga_mafia

Designing a Multi-Agent Fabric Integration Architecture to run on de10-lite FPGA.
MIT License
13 stars 5 forks source link

Abd lnker crt sbss fix #737

Closed amichai-bd closed 1 month ago

amichai-bd commented 1 month ago

This pull request includes significant updates to the initialization and tracking mechanisms in the boot and verification files. The most important changes include restructuring the boot sequence, adding zero-initialization for sections, and introducing new tracking for register writes.

Boot Sequence and Initialization:

Memory Layout:

Verification and Tracking:

Miscellaneous:

amichai-bd commented 1 week ago

This pull request includes significant changes to the initialization and tracking mechanisms in the system's startup and verification files. The most important changes include restructuring the initialization sequence, adding new tracking logs for register writes, and updating the linker script to handle uninitialized data sections.

Initialization Sequence Updates:

Tracking Enhancements:

Linker Script Updates:

Miscellaneous Changes: