I made a
```
class Platform():
    def request():
        return am.Signal(1)
```
But I don't understand how to inject it into the elaborate when running as a simulator.