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

Subversion Repositories openarty

[/] [openarty/] [trunk/] [sw/] [host/] [cpuscope.cpp] - Diff between revs 32 and 34

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

Rev 32 Rev 34
Line 65... Line 65...
};
};
 
 
class   CPUSCOPE : public SCOPE {
class   CPUSCOPE : public SCOPE {
public:
public:
        CPUSCOPE(FPGA *fpga, unsigned addr, bool vecread)
        CPUSCOPE(FPGA *fpga, unsigned addr, bool vecread)
                : SCOPE(fpga, addr, false, false) {};
                : SCOPE(fpga, addr, false, vecread) {};
        ~CPUSCOPE(void) {}
        ~CPUSCOPE(void) {}
        virtual void    decode(DEVBUS::BUSW val) const {
        virtual void    decode(DEVBUS::BUSW val) const {
                if (val & 0x80000000)
                if (val & 0x80000000)
                        printf("TRIG ");
                        printf("TRIG ");
                else
                else

powered by: WebSVN 2.1.0

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