mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Add new helper class for merging FFs into cells, use for memory_dff.
Fixes #1854.
This commit is contained in:
parent
a23d9409e7
commit
1eea06bcc0
7 changed files with 600 additions and 244 deletions
|
@ -28,7 +28,6 @@ YOSYS_NAMESPACE_BEGIN
|
|||
struct FfInitVals
|
||||
{
|
||||
const SigMap *sigmap;
|
||||
RTLIL::Module *module;
|
||||
dict<SigBit, std::pair<State,SigBit>> initbits;
|
||||
|
||||
void set(const SigMap *sigmap_, RTLIL::Module *module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue