338a339,345
> // Accept request for "functional" port for backwards compatibility
> // with places where this function is called from C++. I'd prefer
> // to move all these into Python someday.
> if (if_name == "functional") {
> return new MemoryPort(csprintf("%s-functional", name()), this);
> }
>