3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00
yosys/techlibs
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
..
achronix techlibs: fix typo in help message 2023-11-13 16:29:52 +13:00
anlogic Fix some synth_* help messages 2024-03-18 11:33:18 +13:00
common Merge pull request #4789 from YosysHQ/emil/sklansky-adder 2024-12-03 11:33:13 +01:00
coolrunner2 Blackbox all whiteboxes after synthesis 2021-03-17 21:07:20 +00:00
easic Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
ecp5 Fix some synth_* help messages 2024-03-18 11:33:18 +13:00
efinix Merge pull request #4285 from YosysHQ/typo_fixup 2024-04-25 09:54:48 +12:00
fabulous Fix some synth_* help messages 2024-03-18 11:33:18 +13:00
gatemate gatemate: run simplemap after muxcover to prevent unmapped multiplexers 2024-11-15 09:49:49 +01:00
gowin gowin: split cells_xtra by family 2024-11-26 15:42:22 +01:00
greenpak4 rtlil: represent Const strings as std::string 2024-10-14 06:28:12 +02:00
ice40 pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
intel Fitting help messages to 80 character width 2022-08-24 10:40:57 +12:00
intel_alm intel_alm: drop quartus support 2024-05-03 11:32:33 +01:00
lattice Fix some synth_* help messages 2024-03-18 11:33:18 +13:00
microchip pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
nanoxplore Cleanup of synth_nanoxplore pass 2024-09-03 10:15:50 +02:00
nexus Fix some synth_* help messages 2024-03-18 11:33:18 +13:00
quicklogic mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
sf2 Test fixes for latest iverilog 2022-09-21 15:46:43 +02:00
xilinx pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
.gitignore pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00