diff options
Diffstat (limited to 'dev/tsunami_uart.hh')
-rw-r--r-- | dev/tsunami_uart.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev/tsunami_uart.hh b/dev/tsunami_uart.hh index bd49f22dc..14ee42e8b 100644 --- a/dev/tsunami_uart.hh +++ b/dev/tsunami_uart.hh @@ -80,7 +80,11 @@ class TsunamiUart : public PioDevice virtual void serialize(std::ostream &os); virtual void unserialize(Checkpoint *cp, const std::string §ion); - public: + /** + * Return how long this access will take. + * @param req the memory request to calcuate + * @return Tick when the request is done + */ Tick cacheAccess(MemReqPtr &req); }; |