2024-12-09 16:00:37 +08:00

32 lines
430 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vpi
## 概述
使用vcs编译vpi的简单例子
> 需要准备好vcs+verdi的仿真环境。
### 特性
- 动态调用
- Makefile 管理
## 快速开始
### 一、仿真
```bash
make clean comp_c comp sim
```
### 二、检查log
查看log检查是否正确调用vpi。
## 更多
[PLI 学习 - 博涵 - 博客园](https://www.cnblogs.com/fengbohan/p/18595069/pli-learning-zx6kpe)