Skip to content

Commit 7b0bfaa

Browse files
committed
update readme
1 parent 4a1dd4e commit 7b0bfaa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ iverilog Icarus Verilog
246246
verilator Verilator open-source SystemVerilog simulator and lint system
247247
cosmocc build-once run-anywhere
248248
hdk Harmony SDK
249+
ti-c6000 TI-CGT C6000 compiler
249250
```
250251

251252
## Supported languages

README_zh.md

+1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ iverilog Icarus Verilog
307307
verilator Verilator open-source SystemVerilog simulator and lint system
308308
cosmocc build-once run-anywhere
309309
hdk Harmony SDK
310+
ti-c6000 TI-CGT C6000 compiler
310311
```
311312

312313
## 支持语言

xmake/toolchains/ti-c6000/xmake.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
toolchain("ti-c6000")
2222
set_kind("standalone")
2323
set_homepage("https://www.ti.com")
24-
set_description("TI-CGT compiler for C6000 DSP")
24+
set_description("TI-CGT C6000 compiler")
2525

2626
set_toolset("cc", "cl6x")
2727
set_toolset("cxx", "cl6x")

0 commit comments

Comments
 (0)