Replaced project.json with info.yaml in places asking for basic project info. Renamed some variables that still referred to 'og.' Added create_yaml() method.
diff --git a/common/cace_gensim.py b/common/cace_gensim.py
index be9007d..603b28a 100755
--- a/common/cace_gensim.py
+++ b/common/cace_gensim.py
@@ -71,11 +71,11 @@
from spiceunits import spice_unit_convert
from fix_libdirs import fix_libdirs
-import og_config
+import config
-# Values obtained from og_config:
+# Values obtained from config:
#
-apps_path = og_config.apps_path
+apps_path = config.apps_path
launchproc = []
def construct_dut_from_path(pname, pathname, pinlist, foundry, node):