SystemCメモ
pp146
sc_signal_out_ifは、sc_signal_inout_ifをdefineしているだけ。
request_update(), update()等は、sc_signalから継承。
p148
portはelaboration中に初期化されるpointerである。
なので、
sc_event_finderを使うと。
static sensitivityには、イベントの参照を渡す必要がある。
P152
portの初期化にはinitialize()を使う。
=operatorの混乱を避けるため、write()関数を使う。
p155
sc_portは配列にもできる。通信関連で便利。
p157
配列にしたsc_portはsize ()で数を取得できる。
The comments to this entry are closed.


Comments