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

Subversion Repositories openarty

[/] [openarty/] [trunk/] [sw/] [host/] [eqspiscope.cpp] - Diff between revs 16 and 30

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

Rev 16 Rev 30
Line 67... Line 67...
        // to be non-constant, calling methods change, etc., etc., etc.
        // to be non-constant, calling methods change, etc., etc., etc.
        //
        //
        // int  m_oword[2], m_iword[2], m_p;
        // int  m_oword[2], m_iword[2], m_p;
public:
public:
        EQSPISCOPE(FPGA *fpga, unsigned addr, bool vecread)
        EQSPISCOPE(FPGA *fpga, unsigned addr, bool vecread)
                : SCOPE(fpga, addr, false, false) {};
                : SCOPE(fpga, addr, false, vecread) {};
        ~EQSPISCOPE(void) {}
        ~EQSPISCOPE(void) {}
        virtual void    decode(DEVBUS::BUSW val) const {
        virtual void    decode(DEVBUS::BUSW val) const {
                int     cyc, cstb, dstb, ack, back, accepted, valid, word,
                int     cyc, cstb, dstb, ack, back, accepted, valid, word,
                        out, cs, sck, mod, odat, idat;
                        out, cs, sck, mod, odat, idat;
 
 

powered by: WebSVN 2.1.0

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