Skip to content

Commit f161cf9

Browse files
committed
odb: Added a comment in TestWriteReadDbHier.cpp
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 7fa8341 commit f161cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/odb/test/cpp/TestWriteReadDbHier.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ class TestWriteReadDbHier : public tst::IntegratedFixture
7070
std::vector<dbInst*> instances_;
7171
};
7272

73+
// Construct hierarchical netlist and write/read it back.
74+
// The hierarchical netlist should be read back successfully.
7375
TEST_F(TestWriteReadDbHier, WriteReadOdb)
7476
{
7577
SetUpTmpPath("WriteReadOdb");

0 commit comments

Comments
 (0)