mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-15 16:11:33 +00:00
Mix-in Deterministic RNG at Context instead of BaseCtx
This commit is contained in:
@@ -342,7 +342,7 @@ class DeterministicRNG
|
||||
|
||||
};
|
||||
|
||||
class BaseCtx : public IdStringDB, public DeterministicRNG
|
||||
class BaseCtx : public IdStringDB
|
||||
{
|
||||
private:
|
||||
std::mutex mutex;
|
||||
@@ -400,7 +400,7 @@ NEXTPNR_NAMESPACE_END
|
||||
|
||||
NEXTPNR_NAMESPACE_BEGIN
|
||||
|
||||
struct Context : Arch
|
||||
struct Context : Arch, DeterministicRNG
|
||||
{
|
||||
bool verbose = false;
|
||||
bool debug = false;
|
||||
|
||||
Reference in New Issue
Block a user