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

Subversion Repositories xulalx25soc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /xulalx25soc/trunk/sw
    from Rev 41 to Rev 42
    Reverse comparison

Rev 41 → Rev 42

/ramscope.cpp
5,7 → 5,7
// Project: XuLA2 board
//
// Purpose: To read out, and decompose, the results of the wishbone scope
// as applied to the ICAPE2 interaction.
// as applied to the SDRAM interaction.
//
//
// Creator: Dan Gisselquist, Ph.D.
123,7 → 123,7
} skipping = false;
printf("%6d %08x:", i, buf[i]);
printf("S(%x) ", (buf[i]>>27)&0x0f);
if (buf[i] & 0x40000000)
if (buf[i] & 0x20000000)
printf("W "); else printf("R ");
printf("WB(%s%s%s%s%s",
(buf[i]&0x80000000)?"CYC":" ",

powered by: WebSVN 2.1.0

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