Rob Taylor

Results 59 issues of Rob Taylor

It was asking for the wrong pkgconfig module - udev rather then libudev.

Due to the age of the OpenDB and OpenSTA module refs, this fails to build with cmake>=3.17.

Resolves: python-poetry#6197 - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.

It's frustrating (and confusing for new users) when linking in manylinux, as you need to allow-undefined at link time. I think it would be better to create a linker script...

We're working on 3.3v and 1.8v cell libraries for GF180MCU. To allow designs with these with the current caravel, we would need an pin that could be assigned for the...

We should have a CI step for building the docs and installing on our github page. We should also remove the committed generated files related to documentation.

documentation
good first issue
help wanted

For some reason wheel artifacts aren't appearing in our action runs

eg: ``` ./../lefdef/src/def/def/def.y:5098:24: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 5098 | asprintf (&defData->defMsg, | ~~~~~~~~~^~~~~~~~~~~~~~~~~~ 5099 | "The STYLES statement is...

third party

../lefdef/src/lef/lef/lefwWriter.cpp:1133:25: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare] if (viaCuts < 2 && viaCuts > 4) ~~~~~~~~~~~~^~~~~~~~~~~~~~ ../lefdef/src/lef/lef/lefwWriter.cpp:1125:25: warning: overlapping comparisons always evaluate to false [-Wtautological-overlap-compare] if (viaCuts <...

third party

``` ../../flute/src/3.1/flute.cpp:1474:27: warning: format specifies type 'int' but the argument has type 'int64_t' (aka 'long long') [-Wformat] printf("%d %d\n", t.branch[i].x, t.branch[i].y); ~~ ^~~~~~~~~~~~~ %lld ../../flute/src/3.1/flute.cpp:1474:42: warning: format specifies type 'int'...

good first issue
third party