summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-15 08:50:37 +0800
committerruki <[email protected]>2023-01-15 08:50:37 +0800
commit688d49a5a56a6ecfd1e73583478ba578e93f0e0d (patch)
tree69ab99782bd87a4f9cd52bb335839b87b0590709
parent6ac7fedb4850380900005db9549b96e0da46624a (diff)
update changelog and readme
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md3
-rw-r--r--README_zh.md3
3 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dadaed50b..e31a07c0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#3228](https://github.com/xmake-io/xmake/pull/3228): Add support of importing modules from packages
+* [#3257](https://github.com/xmake-io/xmake/issues/3257): Add support for iverilog and verilator
### Changes
@@ -1504,6 +1505,7 @@
### 新特性
* [#3228](https://github.com/xmake-io/xmake/pull/3228): C++ modules 的安装发布,以及从包中导入 C++ modules 支持
+* [#3257](https://github.com/xmake-io/xmake/issues/3257): 增加对 iverilog 和 verilator 的支持
### 改进
diff --git a/README.md b/README.md
index c9add85fe..5744ab865 100644
--- a/README.md
+++ b/README.md
@@ -282,6 +282,8 @@ c51 Keil development tools for the 8051 Microcontroller Architecture
icx Intel LLVM C/C++ Compiler
dpcpp Intel LLVM C++ Compiler for data parallel programming model based on Khronos SYCL
masm32 The MASM32 SDK
+iverilog Icarus Verilog
+verilator Verilator open-source SystemVerilog simulator and lint system
```
## Supported Languages
@@ -300,6 +302,7 @@ masm32 The MASM32 SDK
* Vala
* Pascal
* Nim
+* Verilog
## Supported Features
diff --git a/README_zh.md b/README_zh.md
index 6643770ea..610664935 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -291,6 +291,8 @@ c51 Keil development tools for the 8051 Microcontroller Architecture
icx Intel LLVM C/C++ Compiler
dpcpp Intel LLVM C++ Compiler for data parallel programming model based on Khronos SYCL
masm32 The MASM32 SDK
+iverilog Icarus Verilog
+verilator Verilator open-source SystemVerilog simulator and lint system
```
## 支持语言
@@ -308,6 +310,7 @@ masm32 The MASM32 SDK
* Vala
* Pascal
* Nim
+* Verilog
## 支持特性