From 40eb8ed5e80d6e6e361c6092b26957905de2028b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Thu, 13 Mar 2008 00:13:21 +0100 Subject: * digital/asserv/src/hdlcounter: - added used pin on asserv schematic. --- digital/asserv/src/hdlcounter/counter_dummy_test.v | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'digital/asserv/src/hdlcounter/counter_dummy_test.v') diff --git a/digital/asserv/src/hdlcounter/counter_dummy_test.v b/digital/asserv/src/hdlcounter/counter_dummy_test.v index 55a3f531..bbd9a0b3 100644 --- a/digital/asserv/src/hdlcounter/counter_dummy_test.v +++ b/digital/asserv/src/hdlcounter/counter_dummy_test.v @@ -31,13 +31,16 @@ // This comes handy when no encoder is available to test communication with // the main processor. -module counter_top(clk, rst, q0, q1, q2, q3, ale, rd, wr, ad); +module counter_top(clk, rst, q0, q1, q2, q3, ale, rd, wr, ad, i0, i1, ioa, + ioc); parameter size = 8; input clk; input rst; input [1:0] q0, q1, q2, q3; input ale, rd, wr; inout [size-1:0] ad; + input i0, i1; + input [3:0] ioa, ioc; reg [size-1:0] count0, count1, count2, count3; -- cgit v1.2.3