technology creation in progress
This commit is contained in:
parent
6a98b38248
commit
488504c872
|
@ -12,7 +12,7 @@ int main() {
|
|||
try {
|
||||
cout << "simple analogic test" << endl;
|
||||
DataBase* db = DataBase::create();
|
||||
Technology* technology = Technology::create(db);
|
||||
//Technology* technology = Technology::create(db);
|
||||
Library* rootLibrary = Library::create(db, Name("RootLibrary"));
|
||||
Library* workLibrary = Library::create(rootLibrary, Name("WorkLibrary"));
|
||||
TrMos* trmos = TrMos::create(workLibrary, Name("MosTr"));
|
||||
|
|
Loading…
Reference in New Issue