Intel® Simics® Simulator for Intel® FPGAs: Agilex™ 5 Virtual Platform User Guide

ID 786901
Date 5/09/2025
Public
Document Table of Contents

2.1.3.12. UART1/UART2 Serial Console Selection

The Agilex 5 Universal virtual platform supports creating a serial console that could be connected to UART0 (default one) or UART1. This feature provides more flexibility to the virtual platform allowing you to match your board. The selection of the serial console to be displayed is controlled by the $create_hps_serial0_console and $create_hps_serial1_console configuration parameters. These 2 parameters allow you to enable creating the corresponding serial console. The following table shows the object that are being created and the connection when the corresponding parameter is set to TRUE. Note that is possible to have both serial consoles enabled or both disabled.
Table 15.  Serial Console Selection Parameter Description
Parameter Serial Console Object UART Connection
$create_hps_serial0_console = TRUE system.board.fpga.soc_inst. hps_subsys.agilex_hps.console0 system.board.fpga.soc_inst. hps_subsys.agilex_hps.uart0
$create_hps_serial1_console = TRUE system.board.fpga.soc_inst. hps_subsys.agilex_hps.console1 system.board.fpga.soc_inst. hps_subsys.agilex_hps.uart1