Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Conversation

@rkapuscik
Copy link
Contributor

No description provided.

Signed-off-by: Rafal Kapuscik <rkapuscik@antmicro.com>
@rkapuscik
Copy link
Contributor Author

Waits for chipsalliance/Surelog#2180

@rkapuscik rkapuscik requested a review from RRozak November 18, 2021 15:11
main_time += 1;

std::cout << "time: " << main_time
<< " b: " << (top->b?1:0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to cast the b to int type. Then the whole value will be printed, not only if it's 0 or not.

}
top->final();
tfp->close();
delete top;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you fix the indentation?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants