Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

6.7.6.6. Altera Logging Files

Table 30.  HAL Implementation Files for Altera 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 "Altera Logging Options and Option Modifiers" table (Table 6–3 on page 6–10). They also serve as examples of logging usage.

Table 31.  HAL Example Files for Altera 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>.