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.

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

Signed-off-by: Rafael Moresco <[email protected]>
Signed-off-by: Rafael Moresco <[email protected]>
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

const double loc_x = inst->getLoc().x() / u;
const double loc_y = inst->getLoc().y() / u;
YAML::Node loc_out;
loc_out.SetStyle(YAML::EmitterStyle::Flow);
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: no header providing "YAML::EmitterStyle" is directly included [misc-include-cleaner]

src/odb/src/3dblox/dbxWriter.cpp:5:

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

@rafaelmoresco rafaelmoresco marked this pull request as ready for review November 26, 2025 23:58
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