summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-24 22:58:47 +0800
committerruki <[email protected]>2025-01-24 22:58:47 +0800
commit7b0bfaa791e326f1800c8de44b3685b1ed94bc3a (patch)
tree041e766fc6c5376cdcd2a014d8d862e19a824110
parent4a1dd4e7d908b69a0b52371b759893963b065086 (diff)
update readme
-rw-r--r--README.md1
-rw-r--r--README_zh.md1
-rw-r--r--xmake/toolchains/ti-c6000/xmake.lua2
3 files changed, 3 insertions, 1 deletions
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")