Catherine
Catherine
Yeah, I understand that. My question is on a much more practical level. If you make a single-clock AXI component in nMigen that creates its own clock domain, then it...
It's not clear what the design for active-low resets should be, so you should write an RFC we can discuss before any code changes will be considered at all.
I've did a lot of experimenting and it looks like the spurious errors observed on revB are gone. But I'm still not sure where to attribute the random-ish bit errors....
> I understand this feature may be impractical to support in a general sense, but do you think it may be possible for some subset of cases? I think it...
One problem is that currently applet code assumes that build/run state is one and same, and that's pretty well baked in. So these "clients" would have to be thin clients,...
That still leaves open a question of how to specify multiple applets on the CLI invocation of the server.
I think you can't do that with argparse. Imagine what would happen if `pty` took a filename.
I think a guard argument can be done: glasgow run-multiple uart --pin-rx 1 --pin-tx 0 -V 3.3 -b 115200 pty -- uart --pin-rx 2 --pin-tx 3 -b 115200 pty Still...
> what about a config file? I don't know what a good syntax would be, and worse, currently the frontend is very closely tied to argparse.
> Would it be possible to have the interface be to run glasgow multiple times in multiple terminals and have that be handled gracefully? Not really, since there's no partial...