Johan Euphrosine
Johan Euphrosine
This does sounds like what was discussed in https://github.com/The-OpenROAD-Project/OpenLane/pull/917#issuecomment-1037826636 and that @RTimothyEdwards fixed with https://github.com/RTimothyEdwards/magic/commit/2e99d0cff72fd7b82706e95ba0a8c01bbccda534.
@mguthaus Thanks for the pointer, I was able to reproduce the error in: https://gist.github.com/proppy/1054e1618f5f90ce3af529ab5e56ad3f ``` ERROR: file magic.py: line 349: sky130_sram_1kbyte_1r1w_8x1024_8 LVS mismatch (results in /tmp/openram_root_2819_temp/sky130_sram_1kbyte_1r1w_8x1024_8.lvs.report) ``` Happy to try...
See https://gist.github.com/proppy/964fa4b9277c3baf9e731872bbad93e4 for an example that load the spice model from an "install"-ed version of the SKY130 pdk (either thru https://anaconda.org/LiteX-Hub/open_pdks.sky130a or https://github.com/efabless/volare).
It would be interesting to see if we can leverage the existing `framework` abstraction: https://github.com/actions-on-google/actions-on-google-nodejs/tree/master/src/framework To automatically use the [Firebase Cloud Functions logger SDK](https://cloud.google.com/docs/authentication/production#automatically) when detected that we're deployed in...
Hi @bramkragten, Thanks for the report (and the PR!). A few updates to share on our side: A dedicated homegraph client was released to NPM a few days ago, https://www.npmjs.com/package/@googleapis/homegraph....
> When would that be good to use in production? I'd recommend to ask on https://github.com/googleapis/google-api-nodejs-client/issues/1130 What's the concurrent numbers of requests you're looking at?
@bramkragten then you may have better result using the Home Graph API gRPC surface documented at https://developers.google.com/assistant/smarthome/reference/rpc/google.home.graph.v1#google.home.graph.v1.HomeGraphApiService. I just created a self-answered question on SO that shows basic usage with...
@bramkragten good to hear, what about resource usage (# of socket opened, memory)?
@kevin-induro sorry for the confusion, the SO post was meant to answers @bramkragten asks about using *gRPC* to multiplex request to the Home Graph API. The current recommended client for...
> Looking at the docs now, it seems to indicate that we'll now have to have both libraries, then. This one for fulfillment and that one for everything else, no?...