AlexandreSinger

Results 23 issues of AlexandreSinger

libtatum in VTR and this repository have diverged over the past 4 years. Pushing back the VTR changes that currently are not in this repo. I used `git subtree push`...

The current version of VTR (master) does not build with `-DVTR_ASSERT_LEVEL=4`. We are getting a few errors, but there may be more: I ran into this while trying to debug...

When implementing another Netlist class based on the Atom and Clustered netlists, I noticed a bug in their create methods. This bug occurs in a few places, but for example...

Good First Issue

The logs produced by VPR when building the RRGraph include information on the different types of edge counts. This is a bit verbose, and most users would not need this...

Good First Issue

The self-hosted runners were down for the last couple of days and has only now gotten back up. I wanted to investigate any anomolies in the logs of the CIs...

This adds the Patial Legalizer block into VPR. A Partial Legalizer takes a partial placement (which likely has many overlapping blocks and is very illegal with blocks in the wrong...

VPR
lang-cpp

Created a method that would independently verify the placement in the VPR flow. If a placement passes this verification, it is assumed that it can be used in routing without...

VPR
lang-cpp

Created a method that would independently verify the clustering in the VPR flow. If a clustering passes this verification, it is assumed that it can be used in placement and...

VPR
lang-cpp

Updated the sanitizer to use the standard VTR flow (without Odin) instead of with Odin. Turned on the Strong tests as well to get better sanitizer coverage. This test was...

infra

The intra cluster placement code used by the ClusterLegalizer is a bit dis-organized and uses C-style semantics which make it hard to read, use more memory, and may even make...