summaryrefslogtreecommitdiffhomepage
path: root/source/top.v
diff options
context:
space:
mode:
authormindchasers <privateisland@mindchasers.com>2020-11-16 16:14:53 -0500
committermindchasers <privateisland@mindchasers.com>2020-11-16 16:14:53 -0500
commit3fa59667468487b7931bafc30e8ec290db899ec8 (patch)
tree84910abe36f211e9583a9edbb37a42b95f67b8bc /source/top.v
parentda76ee103bf89c28c7d6027371e4a420ada41932 (diff)
directives: rename file and update for new options
Diffstat (limited to 'source/top.v')
-rw-r--r--source/top.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/top.v b/source/top.v
index 3913163..23f667f 100644
--- a/source/top.v
+++ b/source/top.v
@@ -116,7 +116,7 @@ module top(
);
`include "sgmii_params.v"
-`include "definitions.v"
+`include "directives.v"
/* PARAMS */

Highly Recommended Verilog Books