ciel 2.2.0__tar.gz → 2.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ciel-2.2.0 → ciel-2.3.0}/PKG-INFO +1 -1
- {ciel-2.2.0 → ciel-2.3.0}/ciel/build/gf180mcu.py +5 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/families.py +5 -0
- {ciel-2.2.0 → ciel-2.3.0}/pyproject.toml +1 -1
- {ciel-2.2.0 → ciel-2.3.0}/Readme.md +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/__init__.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/__main__.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/__version__.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/build/__init__.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/build/common.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/build/git_multi_clone.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/build/ihp-sg13g2.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/build/sky130.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/click_common.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/common.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/github.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/manage.py +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/py.typed +0 -0
- {ciel-2.2.0 → ciel-2.3.0}/ciel/source.py +0 -0
|
@@ -102,6 +102,11 @@ LIB_FLAG_MAP = {
|
|
|
102
102
|
"gf180mcu_fd_ip_sram": "--enable-sram-gf180mcu",
|
|
103
103
|
"gf180mcu_osu_sc_gp12t3v3": "--enable-osu-sc-gf180mcu",
|
|
104
104
|
"gf180mcu_osu_sc_gp9t3v3": "--enable-osu-sc-gf180mcu",
|
|
105
|
+
"gf180mcu_as_sc_mcu7t3v3": "--enable-avalon-sc-gf180mcu",
|
|
106
|
+
"gf180mcu_ocd_io": "--enable-ocd-io-gf180mcu",
|
|
107
|
+
"gf180mcu_ocd_alpha_small": "--enable-alpha-gf180mcu",
|
|
108
|
+
"gf180mcu_ocd_alpha_large": "--enable-alpha-gf180mcu",
|
|
109
|
+
"gf180mcu_ocd_alpha_misc": "--enable-alpha-gf180mcu",
|
|
105
110
|
}
|
|
106
111
|
|
|
107
112
|
|
|
@@ -96,6 +96,11 @@ Family.by_name["gf180mcu"] = Family(
|
|
|
96
96
|
"gf180mcu_fd_ip_sram",
|
|
97
97
|
"gf180mcu_osu_sc_gp12t3v3",
|
|
98
98
|
"gf180mcu_osu_sc_gp9t3v3",
|
|
99
|
+
"gf180mcu_as_sc_mcu7t3v3",
|
|
100
|
+
"gf180mcu_ocd_io",
|
|
101
|
+
"gf180mcu_ocd_alpha_small",
|
|
102
|
+
"gf180mcu_ocd_alpha_large",
|
|
103
|
+
"gf180mcu_ocd_alpha_misc",
|
|
99
104
|
],
|
|
100
105
|
default_includes=[
|
|
101
106
|
"gf180mcu_fd_io",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|