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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [debug/] [jtag.c] - Diff between revs 82 and 96

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

Rev 82 Rev 96
Line 730... Line 730...
 
 
  /* Status flags */
  /* Status flags */
  enum jtag_status  status = JS_OK;
  enum jtag_status  status = JS_OK;
 
 
  /* CRC to go out */
  /* CRC to go out */
  uint32_t  crc_out;
  uint32_t  crc_out = 0;
 
 
  /* Validate the CRC */
  /* Validate the CRC */
  if (crc_computed == crc_in)
  if (crc_computed == crc_in)
    {
    {
      /* Read the data. */
      /* Read the data. */

powered by: WebSVN 2.1.0

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