yosys/passes
Krystine Sherwin 0ec5f1b756
pmgen: Move passes out of pmgen folder
- Techlib pmgens are now in relevant techlibs/*.
- `peepopt` pmgens are now in passes/opt.
- `test_pmgen` is still in passes/pmgen.
- Update `Makefile.inc` and `.gitignore` file(s) to match new `*_pm.h` location,
  as well as the `#include`s.
- Change default `%_pm.h` make target to `techlibs/%_pm.h` and move it to the
  top level Makefile.
- Update pmgen target to use `$(notdir $*)` (where `$*` is the part of the file
  name that matched the '%' in the target) instead of `$(subst _pm.h,,$(notdir
  $@))`.
2025-01-31 15:18:28 +13:00
..
cmds mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
equiv mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
fsm fix bugs in handling last id in hdlname to scopename conversion 2025-01-16 12:57:08 +01:00
hierarchy keep_hierarchy.cc: use strictly correct syntax for printf of uint64_t values 2025-01-10 14:03:09 -08:00
memory rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
opt pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
pmgen pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
proc mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
sat mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
techmap add support for using scratchpad value for flatten.separator in flatten command 2025-01-18 10:45:19 -07:00
tests macc: Stop using the B port 2025-01-08 13:03:35 +01:00