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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [debug/] [debug-unit.c] - Diff between revs 19 and 82

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

Rev 19 Rev 82
Line 206... Line 206...
  unsigned char  counter1_matched;
  unsigned char  counter1_matched;
 
 
  unsigned char  mp[MAX_MATCHPOINTS];   /* Which matchpoints matched */
  unsigned char  mp[MAX_MATCHPOINTS];   /* Which matchpoints matched */
  unsigned char  wp[MAX_WATCHPOINTS];   /* Which watchpoints matched */
  unsigned char  wp[MAX_WATCHPOINTS];   /* Which watchpoints matched */
 
 
  memset (mp, sizeof (mp), 0);
  memset (mp, 0, sizeof (mp));
  memset (wp, sizeof (wp), 0);
  memset (wp, 0, sizeof (wp));
 
 
  /* First find the matchpoints */
  /* First find the matchpoints */
 
 
  for (i = 0; i < MAX_MATCHPOINTS; i++)
  for (i = 0; i < MAX_MATCHPOINTS; i++)
    {
    {

powered by: WebSVN 2.1.0

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