Skip to content
View Tachyon-sim's full-sized avatar

Block or report Tachyon-sim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Tachyon-sim/README.md



🚀 What is PiLoT-Sim?

PiLoT-Sim 是基于全系统仿真技术的下一代嵌入式开发工具套件。通过 VSCode 插件形式,实现从芯片级(RISC-V、ARM)到系统级(RTOS、应用程序)的完整模拟。

融合 AI 生成式开发与 DSL 领域特定语言,为全场景芯片设计与验证带来革命性的效率提升。

✨ Core Highlights

  • 🔬 Full-System Simulation — 从芯片到应用的完整模拟
  • 🚫 No Hardware Required — 无需实体硬件即可完成全流程开发
  • 🤖 AI + DSL Powered — Chisel/SpinalHDL 生成式硬件描述
  • 🌍 Cross-Platform — Windows / Linux / macOS 全平台支持
     ╔══════════════════════╗
     ║   🎯 PiLoT-Sim      ║
     ║   Simulation Engine  ║
     ╠══════════════════════╣
     ║                      ║
     ║  ┌──────┐ ┌──────┐  ║
     ║  │RISC-V│ │ ARM  │  ║
     ║  └──┬───┘ └──┬───┘  ║
     ║     │   SoC   │     ║
     ║  ┌──┴────────┴──┐   ║
     ║  │  RTOS / App  │   ║
     ║  └──────────────┘   ║
     ║                      ║
     ║  ┌──────────────┐   ║
     ║  │  IoT Network │   ║
     ║  └──────────────┘   ║
     ╚══════════════════════╝



🎯 Solution Domains



🎓 教育与科研

面向"新工科"建设的产教融合型全栈仿真实验教学平台

L1 CS基础可视化
L2 嵌入式实训
L3 工控演练
L4 IC设计科研




⚡ 嵌入式开发

面向复杂电子系统的全场景、多层级模拟仿真开发工作站

L1 单板精细化仿真
L2 多核异构协同
L3 多板分布式互联




🏭 工业控制

工业自动化全生命周期仿真与安全验证平台

PLC 多语言开发
DT 数字孪生工场
FI 故障注入系统
RT 实时性分析




🔷 IC / EDA 设计

面向AI时代的高性能SoC全栈自动化设计与验证工具链

SYS 系统级建模
GEN 智能代码生成
PWR 功耗热分析
VER 混合验证





🛠️ Tech Stack




🏗️ Architecture

graph TB
    subgraph UI["🖥️ Frontend Layer"]
        A["VSCode Extension<br/>TypeScript + Webpack"]
        B["React UI<br/>TypeScript + Vite"]
        C["Simulation Module<br/>Vue.js + Tauri"]
    end

    subgraph CORE["⚙️ Core Engine"]
        D["Backend Service<br/>Rust + Tokio + Warp"]
        E["Code Generator<br/>TypeScript + Langium"]
    end

    subgraph SIM["🔬 Simulation Layer"]
        F["Chip-Level<br/>RISC-V / ARM / DSP"]
        G["System-Level<br/>RTOS / Applications"]
        H["Network Sim<br/>IoT Device Mesh"]
        I["Security<br/>Vulnerability Detection"]
    end

    subgraph TARGET["🎯 Target Architectures"]
        J["x86"]
        K["ARM"]
        L["RISC-V"]
    end

    A --> D
    B --> D
    C --> D
    D --> E
    D --> F
    D --> G
    D --> H
    D --> I
    F --> J
    F --> K
    F --> L

    style UI fill:#0f172a,stroke:#0ea5e9,color:#e2e8f0
    style CORE fill:#0f172a,stroke:#a855f7,color:#e2e8f0
    style SIM fill:#0f172a,stroke:#10b981,color:#e2e8f0
    style TARGET fill:#0f172a,stroke:#f59e0b,color:#e2e8f0
Loading



📊 Key Metrics

🚀

10x

模拟建模效率提升

🎯

90%↓

建模错误率降低

🔬

90%+

研发人员占比

💰

80%+

研发投入占比

🌍

3

支持平台数




Culture & Vision

🌍

愿景 Vision

成为国内 IoT 和嵌入式开发
模拟仿真平台的主力军

🎯

使命 Mission

AI 让研发更简单

价值观 Values

敏捷 · 突破 · 持续

由 00 后大学生创办的高科技服务型企业
致力于软件驱动、开源技术,打造下一代智能化 SoC 模拟仿真平台




🔗 Quick Links

   



⚡ Tachyon Technology (快子科技)
模拟实体,仿真现实 — Simulate Hardware, Empower Reality

Built with ❤️ by the Tachyon Team  |  Est. 2025

Popular repositories Loading

  1. Tachyon-sim Tachyon-sim Public

    8

  2. DSP28xxx-Sim-Examples DSP28xxx-Sim-Examples Public

    dsp2803xx- sim -examples 是 Pilotsim DSP2803x 模拟器 SDK 的使例集合。本项目演示如何利J用 dsp2803xx-sim和dsp2803xx- sim- peripherals 构建、配置和交互模拟TIDSP2803x芯片,帮助开发者快速上手并理解核心API的使用方法。

    C 7

  3. DSP28xxx-Sim DSP28xxx-Sim Public

    dsp2803xx-sim 是Plotsim DSP2803x芯片模拟器的Rust SDK绑定库。本项目提供对 libpilot sim.so’共享库的安全、符合Rust惯用风格的接口封装,用于高性能嵌入式系统模拟,支持TIC2000DSP、八RMCortex-M和RISC-V架构。

    Rust 7

  4. DSP28xxx-Sim-Peripherals DSP28xxx-Sim-Peripherals Public

    Rust 7