gem5 v24.0.0.0
|
#include "dev/lupio/lupio_rng.hh"
#include <random>
#include "debug/LupioRNG.hh"
#include "mem/packet_access.hh"
#include "params/LupioRNG.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Macros | |
#define | LUPIO_RNG_IRQE 0x1 |
#define | LUPIO_RNG_BUSY 0x1 |
#define LUPIO_RNG_BUSY 0x1 |
Definition at line 40 of file lupio_rng.cc.
#define LUPIO_RNG_IRQE 0x1 |
Definition at line 38 of file lupio_rng.cc.
Referenced by gem5::LupioRNG::lupioRNGWrite().