Mentor import done.
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
System sys = System();
|
||||
System *sys = new System();
|
||||
string ment_filename = "/home/francois/Projets/twinsys/test/BPB-2177_Netlist_2_3.qcv";
|
||||
|
||||
sys.Load("bpb", ment_filename, ImportType::IMPORT_MENTOR);
|
||||
sys->Load("bpb", ment_filename, ImportType::IMPORT_MENTOR);
|
||||
delete sys;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user