Skip to content

Commit

Permalink
Add exported header to example using published dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tudortimi committed May 26, 2024
1 parent 3e0b51b commit 11f6f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module some_project;
import some_published_dependency::*;
`include "some_published_dependency_macros.svh"

initial
do_stuff();

function automatic void do_stuff();
some_class o = new();
`some_published_dependency_macro
endfunction
endmodule
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
`define some_published_dependency_macro \
$display("Hello from macro");

0 comments on commit 11f6f46

Please sign in to comment.