Johan Euphrosine

Results 192 issues of Johan Euphrosine

It would be nice to have a schema for defining constraint of the fields defining the EDAM format. An obvious language agnostic candidate would be [JSON schema](https://json-schema.org/), but there are...

It would be nice to have a schema for defining constraint of the fields defining the `CAPI2` core format. Related: https://github.com/olofk/edalize/issues/288

It would be nice if there was a way to support custom ordering of fields when pretty printing, see what yaml.v2 does with https://godoc.org/gopkg.in/yaml.v2#MapSlice.

``` [INFO GRT-0103] Extra Run for hard benchmark. Stack trace: 0# 0x0000000000FD1B49 in openroad 1# 0x00007F90ECD45400 in /lib64/libc.so.6 2# grt::FastRouteCore::mazeRouteMSMD(int, int, float, int, int, bool, int, float, int, int, int)...

Getting routing congestion error when trying to get https://gitlab.com/shaktiproject/cores/shakti-soc.git thru OpenROAD: ``` [INFO]: Running Global Routing Resizer Timing Optimizations... [ERROR]: during executing openroad script /content/OpenLane/scripts/openroad/resizer_routing_timing.tcl [ERROR]: Exit code: 1 [ERROR]:...

Currently the documented way to interact with the openroad python package is thru `openroad -python` (thru https://github.com/The-OpenROAD-Project/OpenROAD/blob/master/src/odb/src/swig/python/main.cpp?), it would be great if it was also distributed as a regular python...

When attempting to build the `pdn` openroad component from `master` or `v2.0`, I get the following error: ``` Scanning dependencies of target pdn make[2]: Leaving directory '/content/OpenROAD' make -f src/pdn/src/CMakeFiles/pdn.dir/build.make...

Currently if pressing the button while the assistant response is playing, a new request will be recorded and there is a possibility that the response audio will play on top...

It would be nice to expose `SB_LEDDA_IP` (as in https://github.com/im-tomu/foboot/blob/master/hw/rtl/sbled.py#L93) to the verilog and litex samples, so that developers going thru the workshop can do more advanced led PWM manipulation.