AlexandreSinger

Results 23 issues of AlexandreSinger

In previous commits of VPR, a file extension for the router lookahead such as ".bin" could be used without issue. In the most recent commit of VPR, an assertion is...

VPR

There are some warnings in the VTR build which can make it challenging to develop since its sometimes hard to tell if they are new or not. Using this issue...

build

Raised the minimum Bison version from 3.0 to 3.3 to handle deprecation warnings. #### Description In recent versions of Bison, the `parser_class_name` directive has been deprecated for `api.parser.class`. See issue...

lang-make
external_libs

Suppressed the Bison deprecation warnings for SDCParse and BlifParse since the fix for the deprecation requires Bison 3.3, but the current minimum version of Bison is 3.0 Some development machines...

lang-make
external_libs

To prevent warnings from showing up in the build in the future, made the CI error on any warnings during the regression tests. It looks like VPR originally had the...

infra
lang-make
external_libs

I have found while working on the parallel connection router that there exists situations where the precision of the cost terms is too low and is causing problems. I have...

As described in this blog post, GitHub Actions are transitioning from Node16 to Node20: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ All of the CI tests that are running on the GitHub-hosted runners has been moved...

Upgraded the self-hosted runners actions to their most recent versions. Specifically, the upload-artifact action will fully deprecate soon and needs to be upgraded. These upgrades require Node 20 to work....

infra

Using an astar_offset can help better tune the ordering heuristic for the search used to find the shortest path in the routing graph. It is also necessary to ensure that...

VPR
lang-cpp

The std::iterator class will be deprecated in C++17: - https://stackoverflow.com/questions/43268146/why-is-stditerator-deprecated In CI, the GCC 12 and CLANG 14 build show the deprecation warnings. There are other warnings in these builds,...