Osama Hammad

Results 72 comments of Osama Hammad

@ic-starter Hi there and sorry for the late reply. The problem is that Alpine linux is based on musl which already defines PAGE_SIZE as a macro. This means that you...

@maliberty Just created a secure branch and waiting for the results.

> I'm guessing the reason for the fake cut/layer is to create an `frLayer` without an underlying `dbTechLayer`, but under what circumstance would one want to do that? @rovinski The...

> This doesn't really save any memory because there are only about 15 instances of frLayer. > > If you want to really have an impact do the same for...

@maliberty In the current model, the site ownership belongs to dbLib. Should it be moved to dbTech?

@maliberty I think he means read_lef -tech/-lib

@maliberty it's relevant but It's always pushed down in my list.

I don't think removing the break would be correct. Moving it to the outer for loop could be correct. Here is why: uConnPins is a vector of all the pins...

No, my previous PR checks on cells only.

@refaay Please take care of this. Refer to void io::Parser::checkPins() in io_parser_helper.cpp and apply the same checks to the bterms. Try not to duplicate code.