yosys/techlibs/ice40
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
..
tests tests: use /usr/bin/env for bash. 2023-08-12 11:59:39 +10:00
Makefile.inc pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
abc9_model.v Fix icestorm links 2021-06-09 12:39:12 +02:00
arith_map.v Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
brams.txt ice40: Use `memory_libmap` pass. 2022-05-18 17:32:56 +02:00
brams_map.v ice40: Use `memory_libmap` pass. 2022-05-18 17:32:56 +02:00
cells_map.v Add force_downto and force_upto wire attributes. 2020-05-19 01:42:40 +02:00
cells_sim.v ice40: Fix path delay definitions 2023-03-10 10:48:05 +01:00
dsp_map.v Rework ice40_dsp to map to SB_MAC16 earlier, and check before packing 2019-08-08 12:56:05 -07:00
ff_map.v ice40: Use dfflegalize. 2020-07-05 05:12:09 +02:00
ice40_braminit.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
ice40_dsp.cc pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
ice40_dsp.pmg pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
ice40_opt.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
ice40_wrapcarry.cc pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
ice40_wrapcarry.pmg pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
latches_map.v Added synth_ice40 support for latches via logic loops 2016-05-06 23:02:37 +02:00
spram.txt ice40: Use `memory_libmap` pass. 2022-05-18 17:32:56 +02:00
spram_map.v ice40: Use `memory_libmap` pass. 2022-05-18 17:32:56 +02:00
synth_ice40.cc Fix some synth_* help messages 2024-03-18 11:33:18 +13:00