UniversalGRAMM / UGRAMM

Universal GRAph Minor Mapper (UGRAMM)
https://universalgramm.github.io/
Other
2 stars 0 forks source link

Pin to Pin mapping #12

Closed ombhilare999 closed 3 weeks ago

ombhilare999 commented 3 weeks ago

Changes added:

HamasWaqar commented 3 weeks ago

Other than these changes, everything else looks good to push to master

ombhilare999 commented 3 weeks ago

Hi @HamasWaqar,

I have removed commented out constant parts in the code.

https://github.com/ombhilare999/GRAMM/blob/f5200ee9b37bcbb4fd5de66ac61685d4e8e7a2a4/src/GRAMM.cpp#L76-L95

I have added that check in the findDriver() function itself. I believe this is not part of DRC (design rule check—happens before the mapping starts) more or like it is a functionality check that can occur in the case while mapping is happening and something went wrong.