llvm / circt

Circuit IR Compilers and Tools
https://circt.org
Other
1.57k stars 277 forks source link

[ESI Runtime][NFC] Incorporate RPC server into ESICppRuntime #7241

Closed teqdruid closed 2 days ago

teqdruid commented 6 days ago

Since the gRPC server is now going to be used in multiple places AND the RPC server now uses ports 'n' stuff from ESICppRuntime, it is appropriate to move RpcServer into ESICppRuntime proper. This also significantly simplifies the build.

No new code, just movement and CMake changes.

teqdruid commented 6 days ago

Doing this now before we do more work on rpc server and merging becomes a mess.