3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 19:51:23 +00:00
This commit is contained in:
Andrew Zonenberg 2016-04-22 19:07:55 -07:00
commit ab11f2aa70
118 changed files with 497 additions and 202 deletions

View file

@ -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++)

View file

@ -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"))