print analog/digital board type.

This commit is contained in:
Sorgelig
2024-03-25 19:25:31 +08:00
parent 8d14a4ddb7
commit 9e27f4792f

View File

@@ -1318,6 +1318,7 @@ void user_io_init(const char *path, const char *xml)
core_type = (fpga_core_id() & 0xFF);
fio_size = fpga_get_fio_size();
io_ver = fpga_get_io_version();
printf("I/O Board type: %s\n", fpga_get_io_type() ? "digital" : "analogue");
if (core_type == CORE_TYPE_8BIT2)
{