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:
parent
55ac030382
commit
5216735210
3 changed files with 260 additions and 14 deletions
|
@ -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, "--"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue