OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sw/] [lib/] [source/] [neorv32_rte.c] - Diff between revs 56 and 57

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 56 Rev 57
Line 273... Line 273...
 
 
  // Processor - general stuff
  // Processor - general stuff
  neorv32_uart_printf("\n=== << General >> ===\n");
  neorv32_uart_printf("\n=== << General >> ===\n");
  neorv32_uart_printf("Clock:   %u Hz\n", SYSINFO_CLK);
  neorv32_uart_printf("Clock:   %u Hz\n", SYSINFO_CLK);
  neorv32_uart_printf("User ID: 0x%x\n", SYSINFO_USER_CODE);
  neorv32_uart_printf("User ID: 0x%x\n", SYSINFO_USER_CODE);
 
  neorv32_uart_printf("Dedicated HW reset: "); __neorv32_rte_print_true_false(SYSINFO_FEATURES & (1 << SYSINFO_FEATURES_HW_RESET));
 
 
 
 
  // CPU configuration
  // CPU configuration
  neorv32_uart_printf("\n=== << CPU >> ===\n");
  neorv32_uart_printf("\n=== << CPU >> ===\n");
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.