-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update sta submodule #6606
base: master
Are you sure you want to change the base?
update sta submodule #6606
Conversation
Signed-off-by: Eder Monteiro <[email protected]>
Signed-off-by: Eder Monteiro <[email protected]>
src/dbSta/src/dbReadVerilog.cc
Outdated
sta::VerilogReader* verilog_reader = new sta::VerilogReader(verilog_network); | ||
verilog_reader->read(filename); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wont this leak memory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm trying to figure this out. If I delete the pointer, a bunch of tests fail with the error [ERROR STA-1398] top is not a verilog module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gadfort my last commit fix the leak by mimic the old behavior. I had to make the verilog reader a class member, in order to avoid creating multiple readers, and I delete it once the link design is complete.
Signed-off-by: Eder Monteiro <[email protected]>
Signed-off-by: Eder Monteiro <[email protected]>
Signed-off-by: Vitor Bandeira <[email protected]>
Signed-off-by: Vitor Bandeira <[email protected]>
Secure ci started in the branch secure-sta_fix.