diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 1 | ||||
| -rw-r--r-- | xmake/toolchains/ti-c6000/xmake.lua | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -246,6 +246,7 @@ iverilog Icarus Verilog verilator Verilator open-source SystemVerilog simulator and lint system cosmocc build-once run-anywhere hdk Harmony SDK +ti-c6000 TI-CGT C6000 compiler ``` ## Supported languages diff --git a/README_zh.md b/README_zh.md index d844cd7a0..de80c4e44 100644 --- a/README_zh.md +++ b/README_zh.md @@ -307,6 +307,7 @@ iverilog Icarus Verilog verilator Verilator open-source SystemVerilog simulator and lint system cosmocc build-once run-anywhere hdk Harmony SDK +ti-c6000 TI-CGT C6000 compiler ``` ## 支持语言 diff --git a/xmake/toolchains/ti-c6000/xmake.lua b/xmake/toolchains/ti-c6000/xmake.lua index 4fb587d23..93e4cae54 100644 --- a/xmake/toolchains/ti-c6000/xmake.lua +++ b/xmake/toolchains/ti-c6000/xmake.lua @@ -21,7 +21,7 @@ toolchain("ti-c6000") set_kind("standalone") set_homepage("https://www.ti.com") - set_description("TI-CGT compiler for C6000 DSP") + set_description("TI-CGT C6000 compiler") set_toolset("cc", "cl6x") set_toolset("cxx", "cl6x") |
