Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シミュレーション中に実行中のすべてのシーケンスを停止する方法はありますか (たとえば、リセットを取得したとき)? シミュレーション中の特定の時間に実行中のすべてのシーケンスのリストをダンプする方法はありますか?
received_item_doneすべてのシーケンスにビットがあります。posedge特定のシーケンスを停止する前に、このビットを待つことができます。シーケンサー基本クラスの関数を使用してcurrent_grabber、現在シーケンスにロックまたはグラブがあるシーケンスのハンドルを取得できます。
received_item_done
posedge
current_grabber
stop_sequences現在シーケンサーにロードされているシーケンスを停止します。
stop_sequences