2024-12-09 15:47:29 +08:00

32 lines
423 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.

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