1/1
The Message meaning in OpenRISC's Log File
by Savienas on Sep 9, 2016 |
Savienas
Posts: 1 Joined: Sep 7, 2016 Last seen: Sep 9, 2016 |
||
Hi all,
I want to ask about the meaning in LOG file. http://opencores.org/or1k/ORPSoC_RTL_simulation_debugging In this page it tells if log file appear "report(0x8000000d)�exit(00000000)"means the test compiles and runs and exits OK . But,I am curious about what the number mean in exit(),I have seen exit(00241724) and exit(00fe1724)�what kind of status it means? I just know [/] [openrisc/] [trunk/] [orpsocv2/] [bench/] [verilog/] [or1200_monitor.v] can generate the Log FILE ,but I want to know "l.nop exit (%h)"�what %h mean. // small hack to stop simulation (l.nop 1): if (`OR1200_TOP.`CPU_cpu.`CPU_ctrl.wb_insn == 32'h1500_0001) begin get_gpr(3, r3); $fdisplay(fgeneral, "%t: l.nop exit (%h)", $time, r3); `ifdef OR1200_MONITOR_VERBOSE_NOPS // Note that the 'expect' scripts in or1ksim's test suite look for strings // like "exit(1)", therefore something like "exit( 1)" would fail. $display("exit(%0d)",r3); `endif $finish; Second�I want to ask why Log FILE didn't have data inside�what the scenario will let it happen? I would very appreciate �if some one can reply me this problem. Thank you for your help. |
1/1