diff options
| author | ruki <[email protected]> | 2023-02-04 23:34:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-04 23:34:32 +0800 |
| commit | 03dda551aa83b8e06ffa429fa76f63144dbc9b9b (patch) | |
| tree | 3d2a854835361b20e9cd72793fc632c9f638e94a | |
| parent | a5d26d70d99ff52a532dd37c80c434b38b792467 (diff) | |
update readme
| -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 仿真程序 ## 分布式编译和缓存 |
