LoginSignup
1
0

More than 3 years have passed since last update.

Vivado > Add Module to Block Design > Verilog: 追加可能 | System Verilog: 追加不可?

Last updated at Posted at 2020-08-13
動作環境
Windows 10 Pro (v1909) 
PYNQ-Z1 (Digilent) (以下、PYNQと表記)
PYNQ v2.5 Image
Vivado v2019.1 (64-bit)

概要

  • System Verilog実装のUART RXをBlock Designに追加できない
  • Verilogはできて、System Verilogは追加できないようだ

UART RX (System Verilog)

Add Module to Block Design

Design Sourcesに.vファイルや.svファイルを生成した後、Block Designには「Add Module to Block Design」コンテキストメニューを使用する。
上記のSystem Verilog実装を追加しようとしたが選択できなかった。

あらためて、下記の新規ファイル二種類を作成してAdd Module to Block Designメニューを確認した。

  • A. Verilogファイル
  • B. System Verilog ファイル

Verilogファイル : 追加可能

Add Module to Block Designを選択できる。

Verilog.png

System Verilogファイル : 追加不可

Add Module to Block Designを選択できない。

SystemVerilog.png

関連

You are right SV files are not supported in module reference, but i guess you should be able use SV in IPI with a verilog wrapper.

これと関係しそうかな。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0