1
0
mirror of synced 2026-04-24 19:40:49 +00:00

namespace Yosys

This commit is contained in:
Clifford Wolf
2014-09-27 16:17:53 +02:00
parent bcd2625a82
commit f9a307a50b
96 changed files with 878 additions and 585 deletions

View File

@@ -25,6 +25,8 @@
#ifndef UTILS_H
#define UTILS_H
YOSYS_NAMESPACE_BEGIN
// ------------------------------------------------
// A map-like container, but you can save and restore the state
// ------------------------------------------------
@@ -207,4 +209,6 @@ struct TopoSort
}
};
YOSYS_NAMESPACE_END
#endif