yosys/passes
Ethan Mahintorabi 5c36e7757c This patch adds support for defining the ABC location at runtime instead of at compile time. This is helpful in build systems like bazel which do not have stable locations for binaries or directories during the compilation phase.
This change should be backwards compatible with the existing behavior.
2020-10-28 19:00:06 -07:00
..
cmds use the new isPublic() in a few places 2020-09-14 12:43:18 +02:00
equiv use the new isPublic() in a few places 2020-09-14 12:43:18 +02:00
fsm Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
hierarchy Validate parameters only when they are used 2020-09-25 11:40:37 +02:00
memory memory_dff: Fix needlessly duplicating enable bits. 2020-10-22 13:03:42 +02:00
opt opt_mem: Use Mem helpers. 2020-10-21 17:51:20 +02:00
pmgen Merge pull request #2333 from YosysHQ/mwk/peepopt-shiftmul-signed 2020-08-20 16:23:07 +02:00
proc proc: Add -nomux switch 2020-08-20 22:58:08 +02:00
sat Merge pull request #2403 from nakengelhardt/sim_timescale 2020-10-22 14:01:24 +02:00
techmap This patch adds support for defining the ABC location at runtime instead of at compile time. This is helpful in build systems like bazel which do not have stable locations for binaries or directories during the compilation phase. 2020-10-28 19:00:06 -07:00
tests Replace "ILANG" with "RTLIL" everywhere. 2020-08-26 17:29:32 +00:00