mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
This commit is contained in:
commit
ab11f2aa70
118 changed files with 497 additions and 202 deletions
|
@ -408,7 +408,7 @@ struct Greenpak4CountersPass : public Pass {
|
|||
}
|
||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||
{
|
||||
log_header("Executing GREENPAK4_COUNTERS pass (mapping counters to hard IP blocks).\n");
|
||||
log_header(design, "Executing GREENPAK4_COUNTERS pass (mapping counters to hard IP blocks).\n");
|
||||
|
||||
size_t argidx;
|
||||
for (argidx = 1; argidx < args.size(); argidx++)
|
||||
|
|
|
@ -169,7 +169,7 @@ struct SynthGreenPAK4Pass : public Pass {
|
|||
|
||||
bool active = run_from.empty();
|
||||
|
||||
log_header("Executing SYNTH_GREENPAK4 pass.\n");
|
||||
log_header(design, "Executing SYNTH_GREENPAK4 pass.\n");
|
||||
log_push();
|
||||
|
||||
if (check_label(active, run_from, run_to, "begin"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue