Advertisement
JayAurabind

or1k_startup simulation

Jan 20th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. [jay@aura-R528 run]$ ./generate_bench
  2. /home/jay/openrisc/minsoc/prj/../bench/verilog/minsoc_bench.v:301: warning: task definition for "test_uart" has an empty port declaration list!
  3. [jay@aura-R528 run]$ ./generate_bench
  4. /home/jay/openrisc/minsoc/prj/../bench/verilog/minsoc_bench.v:301: warning: task definition for "test_uart" has an empty port declaration list!
  5. [jay@aura-R528 run]$ ./run_bench ../../sw/uart/uart.hex
  6. (minsoc_bench.minsoc_top_0.uart_top) UART INFO: Data bus width is 32. Debug Interface present.
  7.  
  8. (minsoc_bench.minsoc_top_0.uart_top) UART INFO: Doesn't have baudrate output
  9.  
  10. Memory model initialized with firmware:
  11. ../../sw/uart/uart.hex
  12. 9624 Bytes loaded from 9624 ...
  13. Memory start-up completed...
  14. Loaded firmware:
  15. ../../sw/uart/uart.hex
  16. Running simulation: if you want to stop it, type ctrl+c and type in finish afterwards.
  17. Testing UART firmware, this takes a while (~1 min. @ 2.53 GHz dual-core)...
  18. Hello World.
  19. UART data received.
  20. Testing UART interrupt...
  21. UART interrupt working.
  22. UART firmware test completed, behaving correctly.
  23. Stopping simulation.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement