3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 19:51:23 +00:00

Progress in pmgen, add pmgen README

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-01-14 13:29:27 +01:00
parent 55ac030382
commit 5216735210
3 changed files with 260 additions and 14 deletions

View file

@ -52,8 +52,8 @@ struct Ice40DspPass : public Pass {
for (auto module : design->selected_modules())
{
ice40_dsp_pm pm(module, module->cells());
pm.match([&]()
ice40_dsp_pm pm(module, module->selected_cells());
pm.run([&]()
{
log("\n");
log("ffA: %s\n", log_id(pm.st.ffA, "--"));