0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Vivado v2019.1 > Vivado Simulator > Relaunch Simulation > ソース変更が有効にならない

Last updated at Posted at 2020-09-20
動作環境
PYNQ-Z1
Windows 10 Pro v1909
Vivado v2019.1

UG937

UG937 Vivado Design Suite チュートリアル
ロジックシミュレーション

上記にてVivado Simulatorの使用を学習していた。

singen.vhdの変更が有効にならない

チュートリアルにはsine_lの実装に不具合があるものを修正する部分がある。

sinegen.vhd
--  sine_l <= m_axis_data_tdata_sine_low;

上記をアンコメントしても、その左にブレークポイントが表示されない。

sinegen.vhd
    sine_l <= m_axis_data_tdata_sine_low;

失敗する状況: メニューバーのアイコンを使う

スクリーンショット 2020-09-20 113158.png

こちらを使うと「ソースの変更が反映されない」。

成功する状況: Run > Relaunch Simulation

スクリーンショット 2020-09-20 113158.png

こちらを使うと「ソースの変更が反映される」。

これで数時間溶けた。

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?