AVM テストベンチその2
適当にメンバー変数足していたらこんなワーニングが。
counter.h: In constructor `counter::counter(sc_core::sc_module_name)':
counter.h:43: warning: `counter::a1' will be initialized after
counter.h:38: warning: `sc_core::sc_signal
counter.h:15: warning: when initialized here
メンバー変数の宣言順と、コンストラクタの初期化リストの順番が違うと
ワーニングでる。順番通りにしておこう。
それで、SystemCで階層記述する方法が全然わかっていないことに気がつく。
勉強し直しだ。
The comments to this entry are closed.


Comments