Skip to content

Commit

Permalink
interfaces: Removed modport from the interface
Browse files Browse the repository at this point in the history
Signed-off-by: Istvan-Zsolt Szekely <istvan.szekely@analog.com>
  • Loading branch information
IstvanZsSzekely committed Mar 14, 2024
1 parent a8038ff commit ab0e7b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common/sv/interfaces.svh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
interface clk_if ();
logic clk;

modport IF(
input clk,
import start_clock
);

task start_clock(int clk_period);
clk = 1'b1;
fork
Expand Down

0 comments on commit ab0e7b2

Please sign in to comment.