From 7b0bfaa791e326f1800c8de44b3685b1ed94bc3a Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Jan 2025 22:58:47 +0800 Subject: update readme --- README.md | 1 + README_zh.md | 1 + xmake/toolchains/ti-c6000/xmake.lua | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 623f76bab..ac075209d 100644 --- a/README.md +++ b/README.md @@ -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") -- cgit v1.3.1