Index: Rev.h =================================================================== --- Rev.h (revision 7920) +++ Rev.h (revision 7921) @@ -1 +1 @@ -static const int myrev = 7737; +static const int myrev = 7921; Index: Rev.tab =================================================================== --- Rev.tab (revision 7920) +++ Rev.tab (revision 7921) @@ -1,4 +1,5 @@ -7737 configure new plugins: export_spice, target_spice +7921 configure new plugins for high level sim support +7737 configure new plugins: export_spice, target_spice 7469 configure new plugin for non-graphical fawk sheets 7468 configure new plugin for non-graphical tEDAx sheets 7370 configure cleanup: get rid of local "inline" defs Index: plugins.h =================================================================== --- plugins.h (revision 7920) +++ plugins.h (revision 7921) @@ -7,6 +7,7 @@ plugin_header("\nEngine plugins (concrete->abstract compilation):\n") plugin_def("std_cschem", "standard cschem attributes", sbuildin, 1) plugin_def("std_devmap", "standard device mapper", sbuildin, 1) +plugin_def("std_devmap", "standard device mapper", sbuildin, 1) plugin_def("std_forge", "standard cschem attr forge", sbuildin, 1) plugin_def("target_none", "dummy attr. xform", sbuildin, 1) plugin_def("target_pcb", "attr. xform for PCB workflow", sbuildin, 1) @@ -22,6 +23,9 @@ plugin_def("propedit", "object property editor", sbuildin, 1) plugin_def("query", "query language", sbuildin, 1) plugin_def("renumber", "renumber symbols", sbuildin, 1) +plugin_def("sim_gui", "high level simulation GUI", sdisable, 0) +plugin_def("sim_ngspice", "sim exec for ngspice", sdisable, 0) +plugin_def("sim", "high level simulation", sdisable, 0) plugin_def("std_tools", "standard drawing tools", sbuildin, 1) plugin_header("\nSymbol library accessors:\n") @@ -50,6 +54,7 @@ plugin_header("\nGUI:\n") plugin_def("gui", "Graphical User Interface", sbuildin, 1) +plugin_def("lib_plot", "graph plotting", sdisable, 0) plugin_def("sch_dialogs", "base dialogs", sbuildin, 1) @@ -67,4 +72,6 @@ plugin_dep("io_ngrp_tedax", "lib_ngrp") plugin_dep("io_tinycad", "lib_alien") plugin_dep("lib_alien", "query") +plugin_dep("lib_plot", "query") plugin_dep("sch_dialogs", "lib_hid_common") +plugin_dep("sim_gui", "lib_plot")