DMASequencer.cc (7039:bc0b6ea676b5) DMASequencer.cc (7055:4e24742201d7)
1/*
2 * Copyright (c) 2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 150 unchanged lines hidden (view full) ---

159
160void
161DMASequencer::ackCallback()
162{
163 issueNext();
164}
165
166void
1/*
2 * Copyright (c) 2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 150 unchanged lines hidden (view full) ---

159
160void
161DMASequencer::ackCallback()
162{
163 issueNext();
164}
165
166void
167DMASequencer::printConfig(ostream & out)
167DMASequencer::printConfig(std::ostream & out)
168{
169}
170
171DMASequencer *
172DMASequencerParams::create()
173{
174 return new DMASequencer(this);
175}
168{
169}
170
171DMASequencer *
172DMASequencerParams::create()
173{
174 return new DMASequencer(this);
175}