riscv-log-save

Save RISC-V RTL simulation logs and Agent logs with timestamps.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/etewe333/eda_first --skill riscv-log-save
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: riscv-log-save
Source: https://github.com/etewe333/eda_first/tree/main/.claude/skills/riscv-log-save
Command: npx skills add https://github.com/etewe333/eda_first --skill riscv-log-save

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RISC-V RTL 日志保存技能用于在验证和仿真阶段保存结果和 Agent 日志,确保日志集中、可追溯、便于后续分析。

Core Features & Use Cases

  • 日志完整性验证: 确保 sim/logs/sim_result.log 的完整性和格式符合规范。
  • Agent日志记录: 将需求分析、环境探测和修复信息写入 agent/logs/,并附上时间戳。
  • 报告与可追溯性: 生成每轮验证的时间戳标记、验证结果统计和总结报告。
  • 自动化流水线集成: 作为 RTL 自动化流水线的第7步,与 riscv-sim-run、riscv-pipeline-main 协同工作。

Quick Start

在每次验证循环后执行此技能,以保存仿真日志和Agent日志并生成总结报告。

Frequently Asked Questions about riscv-log-save

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate RISC-V RTL simulation log saving for verification runs?

Automate RISC-V RTL simulation log saving by capturing verification run logs, preserving analysis notes, and timestamping every cycle to ensure traceability. This process validates log file integrity and generates a concise summary report for each run.

What is the best way to ensure RISC-V simulation logs are properly formatted and timestamped?

Ensuring RISC-V simulation logs are properly formatted involves verifying that log files exist, checking formatting compliance, and recording timestamps for every verification cycle. This guarantees logs remain centralized and traceable for subsequent analysis.

How does Agent log recording work in an RTL automation pipeline?

Agent log recording in an RTL automation pipeline works by writing requirement analysis, environment probing, and fix information into designated log directories with timestamps. This ensures all agent activities are documented alongside simulation results.

Can I integrate log saving as a step in my existing RISC-V RTL automation pipeline?

You can integrate log saving into your RISC-V RTL automation pipeline as a post-verification step. It operates alongside simulation run and pipeline main components to capture logs, append timestamps, and produce summary reports after each verification loop.

Do I need specific dependencies to run RISC-V verification log management?

No specific dependencies are required to run RISC-V verification log management. The skill operates independently to validate log file existence, format simulation outputs, record timestamps, and generate summary reports within your automation environment.

What summary report is generated after saving RISC-V simulation logs?

A concise summary report is generated after saving RISC-V simulation logs, containing timestamp markers for each verification round, verification result statistics, and overall run summaries. This report ensures traceability and facilitates subsequent analysis.