mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-17 12:45:44 +00:00
Changed configurations to match the OpenROAD project
This commit is contained in:
parent
144db54c4e
commit
2212d85626
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ void profileFlipFlops(Module *module, const std::string &filename, const std::st
|
|||
|
||||
// Configuration
|
||||
static const int DEFAULT_MAX_COVER = 100; // Max candidate signals to consider
|
||||
static const int DEFAULT_MIN_REGS = 3; // Min registers per clock gate
|
||||
static const int DEFAULT_MIN_REGS = 10; // Min registers per clock gate
|
||||
static const int DEFAULT_SIM_ITERATIONS = 10; // Random simulation iterations for pruning
|
||||
|
||||
struct SatClockgateWorker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue