3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-11 03:14:32 +00:00
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
abc9_model.v
arith_map.v
brams.txt
brams_map.v
cells_map.v
cells_sim.v
dsp_map.v
ff_map.v
ice40_braminit.cc
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
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
Makefile.inc pmgen: Move passes out of pmgen folder 2025-01-31 15:18:28 +13:00
spram.txt
spram_map.v
synth_ice40.cc Fix some synth_* help messages 2024-03-18 11:33:18 +13:00