orca-sim
|
#include "MemoryMap.h"
#include <iostream>
#include <string>
#include "TimedModel.hpp"
#include "UMemory.hpp"
#include "USignal.hpp"
Go to the source code of this file.
Classes | |
class | TDmaMult |
Enumerations | |
enum | DmaState { DmaState::WAIT_CONFIG_STALL, DmaState::COPY_FROM_MEM, DmaState::COPY_TO_CPU, DmaState::FLUSH } |
|
strong |
Enumerator | |
---|---|
WAIT_CONFIG_STALL | |
COPY_FROM_MEM | |
COPY_TO_CPU | |
FLUSH |
Definition at line 48 of file TDmaMult.hpp.