Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

7.7.6.6. Intel FPGA Logging Files

Table 32.  HAL Implementation Files for Intel FPGA Logging
Location File Name
components/altera_hal/HAL/inc/sys/ alt_log_printf.h
components/altera_hal/HAL/src/ alt_log_printf.c
components/altera_nios2/HAL/src/ alt_log_macro.S
Note: All file locations are relative to <Nios II EDS install path>.

These files implement the logging options listed in the "Intel FPGA Logging Options and Option Modifiers" table (Table 6–3 on page 6–10). They also serve as examples of logging usage.

Table 33.  HAL Example Files for Intel FPGA Logging
Location File Name
components/altera_avalon_jtag_uart/HAL/src/ altera_avalon_jtag_uart.c
components/altera_avalon_timer/HAL/src/ altera_avalon_timer_sc.c
components/altera_hal/HAL/src/ alt_exit.c
components/altera_hal/HAL/src/ alt_main.c
components/altera_hal/HAL/src/ alt_write.c
components/altera_nios2/HAL/src/ crt0.S
Note: All file locations are relative to <Nios II EDS install path>.