Browse Source

neue aenderung in interface wegen rgbn

master
hans 11 months 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

@@ -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…
Cancel
Save