summaryrefslogtreecommitdiff
path: root/TEST_SevSegDisp.v
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-03-22 16:14:11 -0400
committerMichael Abed <michaelabed@gmail.com>2012-03-22 16:14:11 -0400
commit11a0ed5a6e8af2e224caf1cb782829dfd8737b5e (patch)
tree5c7aa13704d69357887328db7c4926be76858c72 /TEST_SevSegDisp.v
parentbab97470acd4dd09ef19b669ff6c6f933aece0f8 (diff)
downloadec311-lab4-11a0ed5a6e8af2e224caf1cb782829dfd8737b5e.tar.gz
ec311-lab4-11a0ed5a6e8af2e224caf1cb782829dfd8737b5e.tar.bz2
ec311-lab4-11a0ed5a6e8af2e224caf1cb782829dfd8737b5e.zip
updates
Diffstat (limited to 'TEST_SevSegDisp.v')
-rw-r--r--TEST_SevSegDisp.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/TEST_SevSegDisp.v b/TEST_SevSegDisp.v
index a818547..e03bfae 100644
--- a/TEST_SevSegDisp.v
+++ b/TEST_SevSegDisp.v
@@ -28,12 +28,12 @@ module TEST_SevSegDisp;
reg [3:0] A;
// Outputs
- wire [6:0] out;
+ wire [6:0] result;
// Instantiate the Unit Under Test (UUT)
SevSegDisp uut (
.A(A),
- .out(out)
+ .result(result)
);
reg [3:0] i = 0;
initial begin