This website works better with JavaScript.
Home
Explore
Help
Sign In
kuntzschcl
/
ESY1_Projekt_2023
Watch
2
Star
1
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
neue aenderung in interface wegen rgbn
master
hans
1 year ago
parent
86073b598b
commit
8e3fb73bb0
1 changed files
with
3 additions
and
2 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save