output same voltage on both DAC
[x300-pci] / vhdl / dac.vhd
index 8670e57..18db812 100644 (file)
@@ -21,7 +21,7 @@ begin
 
                -- 5 bit R2R DAC 0-3.3V
       dac_a <= counter (4 downto 0);
-      dac_b <= counter (9 downto 5);
+      dac_b <= counter (4 downto 0);
 
                -- other pins without assigment
 --      test_port <= counter (14 downto 0); -- four ports so that