„interface.sv“ ändern
This commit is contained in:
parent
f6acd4c2fb
commit
17e6108c43
@ -21,9 +21,10 @@
|
||||
interface led_if();
|
||||
|
||||
logic [2:0]rgb;
|
||||
logic [2:0]rgbn;
|
||||
|
||||
modport led_port_stim(input rgb);
|
||||
modport led_port_top(output rgb);
|
||||
modport led_port_stim(input rgb, rgbn);
|
||||
modport led_port_top(output rgb, rgbn);
|
||||
|
||||
|
||||
endinterface : led_if
|
||||
|
Loading…
x
Reference in New Issue
Block a user