diff options
| -rw-r--r-- | README.md | 32 | ||||
| -rw-r--r-- | README_zh.md | 4 |
2 files changed, 20 insertions, 16 deletions
@@ -329,22 +329,24 @@ verilator Verilator open-source SystemVerilog simulator and lint system ## Supported Projects -* Static Library -* Shared Library +* Static library +* Shared library * Console -* Cuda Program -* Qt Application -* WDK Driver (umdf/kmdf/wdm) -* WinSDK Application -* MFC Application -* iOS/MacOS Application (Support .metal) -* Framework and Bundle Program (iOS/MacOS) -* SWIG Modules (Lua, python, ...) -* Luarocks Modules -* Protobuf Program -* Lex/yacc program -* C++20 Modules -* Linux Kernel Driver Modules +* Cuda program +* Qt application +* WDK driver (umdf/kmdf/wdm) +* WinSDK application +* MFC application +* iOS/MacOS application (support .metal) +* Framework and bundle program (iOS/MacOS) +* SWIG/Pybind11 modules (lua, python, ...) +* Luarocks modules +* Protobuf program +* Lex/yacc Program +* C++20 modules +* Linux kernel driver modules +* Keil MDK/C51 embed program +* Verilog simulator program ## Distributed Compilation diff --git a/README_zh.md b/README_zh.md index ba5e250f4..f33ca4ef5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -347,12 +347,14 @@ verilator Verilator open-source SystemVerilog simulator and lint system * MFC 应用程序 * iOS/MacOS 应用程序(支持.metal) * Framework和Bundle程序(iOS/MacOS) -* SWIG 模块 (Lua, python, ...) +* SWIG/Pybind11 模块 (Lua, python, ...) * Luarocks 模块 * Protobuf 程序 * Lex/yacc 程序 * C++20 模块 * Linux 内核驱动模块 +* Keil MDK/C51 嵌入式程序 +* Verilog 仿真程序 ## 分布式编译和缓存 |
