Browse Source

neue aenderung in interface wegen rgbn

master
hans 1 year ago
parent
commit
8e3fb73bb0
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      uebung_projekt/hdl_src/sv/interface.sv

+ 3
- 2
uebung_projekt/hdl_src/sv/interface.sv View File

interface led_if(); interface led_if();
logic [2:0]rgb; 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 endinterface : led_if

Loading…
Cancel
Save