Skip to content

Conversation

@rafaelmoresco
Copy link
Contributor

Add 3dbxWriter.

Still not connected to main code, first commit is for analysis only. 3dbvWriter is needed for proper working. CLI would call the writeFile function, where the user gives the filename. This function will call the 3dbv writer for the top chiplet, writting all the dependencies in a file. In the case of a hier chiplet, 3dbvWriter will call the writeChiplet function, that has the same internal working but creates its own file name.

Signed-off-by: Rafael Moresco <[email protected]>
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

clang-tidy made some suggestions

#include <yaml-cpp/emitterstyle.h>
#include <yaml-cpp/node/node.h>
#include <yaml-cpp/yaml.h>

Copy link
Contributor

Choose a reason for hiding this comment

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

warning: included header yaml.h is not used directly [misc-include-cleaner]

Suggested change

#include <yaml-cpp/emitterstyle.h>
#include <yaml-cpp/node/node.h>
#include <yaml-cpp/yaml.h>

Copy link
Contributor

Choose a reason for hiding this comment

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

warning: included header yaml.h is not used directly [misc-include-cleaner]

Suggested change

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant