KA7E

Results 5 issues of KA7E

Current find_new_root_atom_for_chain assumes that an atom without a driver is the root of a chain, and so all non-chain luts are considered trivial length-1 chains. This fix permits a driverless...

VPR

Replace assert with non-fatal check for mode conflict. Conflict returns BLK_FAILED_FEASIBLE. #### Description Changed an assertion to an if statement. #### Related Issue #### Motivation and Context The legalizer encounters...

VPR
lang-cpp

#### Description #### Related Issue #### Motivation and Context #### How Has This Been Tested? #### Types of changes - [ ] Bug fix (change which fixes an issue) -...

docs

#### Description #### Related Issue #### Motivation and Context #### How Has This Been Tested? #### Types of changes - [ ] Bug fix (change which fixes an issue) -...

VPR
lang-cpp

If running packing but not placement, return before unnecessary placement data structure setup. #### Description If packing returns success, added check to see if placement will run; if not, return....

VPR
lang-cpp