[RFC] [ETHOSN] Arm Ethos-N integration

Why is the command stream a serialised form? not a executable ? Thanks

hi @uni-alex, I suspect that the Ethos-N is not a general-purpose processor, instead it is most likely an ASIP (application-specific instruction set processor). This means, that its ISA is limited to its very narrow field of application and it is probably controlled by the runtime on the system CPU. So the command stream is going to be processed by the runtime, and does not need to be an executable.