summaryrefslogtreecommitdiffhomepage
path: root/source/directives.v
diff options
context:
space:
mode:
authormindchasers <privateisland@mindchasers.com>2020-11-19 22:24:05 -0500
committermindchasers <privateisland@mindchasers.com>2020-11-19 22:24:05 -0500
commit9c58cebcab713f6fd959163d6bbf0e2b9b412b19 (patch)
tree770f3a29cea8480eac5a8f37b4b83af271ca18bd /source/directives.v
parent39306b14e1a9b983ec0b566a209bebe7f5efcc14 (diff)
top: add support for custom packet and misc. cleanups
Diffstat (limited to 'source/directives.v')
-rw-r--r--source/directives.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/directives.v b/source/directives.v
index da2f420..f34c3f0 100644
--- a/source/directives.v
+++ b/source/directives.v
@@ -30,6 +30,6 @@
//`define DARSENA_V03
// Shield Definition (PORTS 3 & 4)
-// `define SHIELD_SMA_SMA
-`define SHIELD_GIGE_SMA
-// `define SHIELD_SFP_SMA \ No newline at end of file
+`define SHIELD_SMA_SMA
+//`define SHIELD_GIGE_SMA
+//`define SHIELD_SFP_SMA \ No newline at end of file

Highly Recommended Verilog Books