URL
https://opencores.org/ocsvn/raptor64/raptor64/trunk
[/] [raptor64/] [trunk/] [rtl/] [verilog/] [insn_dumpsc.v] - Diff between revs 45 and 50
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 45 |
Rev 50 |
Line 1... |
Line 1... |
// $display("%d Fetched pc=%h.%h insn: %h", $time, {pc[63:4],4'h0},pc[3:2], insn);
|
// $display("%d Fetched pc=%h.%h insn: %h", $time, {pc[63:4],4'h0},pc[3:2], insn);
|
$display("Fetched pc=%h insn: %h", {pc[63:2],2'h0}, insn);
|
$display("Fetched pc=%h insn: %h HWI:%d", {pc[63:2],2'h0}, insn, StatusHWI);
|
casex(insn[31:25])
|
casex(insn[31:25])
|
`MISC:
|
`MISC:
|
begin
|
begin
|
$display("MISC");
|
$display("MISC");
|
case(insn[6:0])
|
case(insn[6:0])
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.