Merge branch 'master' of https://git.efi.th-nuernberg.de/gitea/kuntzschcl/ESY1_Projekt_2023
This commit is contained in:
commit
86073b598b
@ -21,9 +21,10 @@
|
|||||||
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_stim(input rgb, rgbn);
|
||||||
modport led_port_top(output rgb);
|
modport led_port_top(output rgb, rgbn);
|
||||||
|
|
||||||
|
|
||||||
endinterface : led_if
|
endinterface : led_if
|
||||||
|
@ -22,8 +22,8 @@ interface bus();
|
|||||||
// modports from modules pov
|
// modports from modules pov
|
||||||
modport timer_port(input dip, output timer, clk); //dip[0]
|
modport timer_port(input dip, output timer, clk); //dip[0]
|
||||||
modport parallel_port(output dip);
|
modport parallel_port(output dip);
|
||||||
modport steuerung_port(input dip, timer, spi_read); //dip[3:0] / spi_read[1:0]
|
modport steuerung_port(input dip, timer, clk, spi_read); //dip[3:0] / spi_read[1:0]
|
||||||
modport spi_port(input dip, timer, output spi_read); //spi_read[1:0]
|
modport spi_port(input dip, timer, clk, output spi_read); //spi_read[1:0]
|
||||||
endinterface : bus
|
endinterface : bus
|
||||||
|
|
||||||
// Definition of parallelport
|
// Definition of parallelport
|
||||||
|
Loading…
x
Reference in New Issue
Block a user