Added modport in Bus_if for Fsm
This commit is contained in:
parent
19177edb3f
commit
613bffbcfc
@ -19,4 +19,14 @@ interface Bus_if (input clk);
|
|||||||
logic ReadTemp;
|
logic ReadTemp;
|
||||||
logic LEDg;
|
logic LEDg;
|
||||||
logic LEDr;
|
logic LEDr;
|
||||||
|
|
||||||
|
modport Fsm (
|
||||||
|
input clk,
|
||||||
|
input AlarmAmpel,
|
||||||
|
input DataValid,
|
||||||
|
input TasteAktiv,
|
||||||
|
output Alarm_R,
|
||||||
|
output SendData,
|
||||||
|
output TimerEN
|
||||||
|
);
|
||||||
endinterface //Bus
|
endinterface //Bus
|
Loading…
x
Reference in New Issue
Block a user