]> Joshua Wise's Git repositories - poslink.git/blobdiff - POSLink.v
ucf and makefile fixes
[poslink.git] / POSLink.v
index 323e0d40af79fd24b4b9b0bc545fb85f3ef5b0ea..ce96bd0d4125ff5e6c99f88fff3299e6cbccb66e 100644 (file)
--- a/POSLink.v
+++ b/POSLink.v
@@ -49,7 +49,7 @@ wire [4:0] edge_counter;
                tos_select = data[11:10];
        end
 
-       wire [5:0] output_stuff = { buttons, tos_good };
+       wire [7:0] output_stuff = { 2'b0, buttons, tos_good };
 
        always @(*)
                data_output = output_stuff[current_bit[2:0]];
This page took 0.022893 seconds and 4 git commands to generate.