neue aenderung in interface wegen rgbn

This commit is contained in:
hans 2023-06-15 14:42:40 +02:00
parent 86073b598b
commit 8e3fb73bb0

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