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

Subversion Repositories turbo8051

[/] [turbo8051/] [trunk/] [rtl/] [8051/] [oc8051_decoder.v] - Diff between revs 2 and 57

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

Rev 2 Rev 57
Line 2838... Line 2838...
end
end
 
 
 
 
 
 
`ifdef OC8051_SIMULATION
`ifdef OC8051_SIMULATION
 
 
always @(op_cur)
always @(op_cur)
  if (op_cur===8'hxx) begin
  if (op_cur===8'hxx) begin
    $display("%m:%0tns faulire: invalid instruction (oc8051_decoder)",$time);
    $display("%m:%0tns faulire: invalid instruction (oc8051_decoder)",$time);
#22
#22
    $finish;
    $finish;
 
 
  end
  end
 
 
 
 
`endif
`endif
 
 
 
 
 
 
 
 

powered by: WebSVN 2.1.0

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