This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
YosysHQ.yosys
Watch
1
Star
0
Fork
0
You've already forked YosysHQ.yosys
mirror of
synced
2026-01-22 18:51:50 +00:00
Code
Issues
Releases
Wiki
Activity
YosysHQ.yosys
/
passes
/
equiv
History
Emil J
73e47ac3fe
Merge pull request
#5357
from rocallahan/builtin-ff
...
Instead of using `builtin_ff_cell_types()` directly, go through a method `Cell::is_builtin_ff()`
2025-09-17 11:37:16 +02:00
..
equiv_add.cc
Remove .c_str() calls from parameters to log_warning()/log_warning_noprefix()
2025-09-16 23:02:16 +00:00
equiv_induct.cc
Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff()
2025-09-17 03:24:19 +00:00
equiv_make.cc
Remove .c_str() from log_cmd_error() and log_file_error() parameters
2025-09-16 22:59:08 +00:00
equiv_mark.cc
Fixing old e-mail addresses and deadnames
2021-06-08 00:39:36 +02:00
equiv_miter.cc
Fixing old e-mail addresses and deadnames
2021-06-08 00:39:36 +02:00
equiv_opt.cc
Add "check -assert" to equiv_opt
2022-10-07 16:04:51 +02:00
equiv_purge.cc
Fixing old e-mail addresses and deadnames
2021-06-08 00:39:36 +02:00
equiv_remove.cc
Fixing old e-mail addresses and deadnames
2021-06-08 00:39:36 +02:00
equiv_simple.cc
Instead of using builtin_ff_cell_types() directly, go through a method Cell::is_builtin_ff()
2025-09-17 03:24:19 +00:00
equiv_status.cc
Fixing old e-mail addresses and deadnames
2021-06-08 00:39:36 +02:00
equiv_struct.cc
mark all hash_into methods nodiscard
2025-01-14 12:39:15 +01:00
Makefile.inc
equiv_opt: new command, for verifying optimization passes.
2018-12-07 17:20:34 +00:00