mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 15:37:59 +00:00
driver: add --hash-seed
This commit is contained in:
parent
d071489ab1
commit
953508f6d2
5 changed files with 21 additions and 35 deletions
|
@ -93,6 +93,7 @@ std::set<std::string> yosys_input_files, yosys_output_files;
|
|||
bool memhasher_active = false;
|
||||
uint32_t memhasher_rng = 123456;
|
||||
std::vector<void*> memhasher_store;
|
||||
uint32_t Hasher::fudge = 0;
|
||||
|
||||
std::string yosys_share_dirname;
|
||||
std::string yosys_abc_executable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue