From 3fa59667468487b7931bafc30e8ec290db899ec8 Mon Sep 17 00:00:00 2001 From: mindchasers Date: Mon, 16 Nov 2020 16:14:53 -0500 Subject: directives: rename file and update for new options --- source/top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/top.v') 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 */ -- cgit v1.2.3-8-gadcc