3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 18:31:51 +00:00
yosys/passes
George Rennie 626dbbe1e0 proc_dff: fix early return bug
* early return caused proc_dff to stop considering rules after seeing
  one async rule - this is because continue should have been used to
  continue to procecssing the next rule instead of returning from the
  function
2024-11-07 00:06:03 +01:00
..
cmds Merge pull request #4707 from povik/stat-unused 2024-11-05 09:38:29 +01:00
equiv equiv_simple: Take FFs into account for driver map 2024-02-21 12:05:52 +01:00
fsm rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
hierarchy rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
memory rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
opt rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
pmgen rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
proc proc_dff: fix early return bug 2024-11-07 00:06:03 +01:00
sat rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
techmap cellmatch: Visit whiteboxes for -derive_luts 2024-11-04 14:28:46 +01:00
tests rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00