Added adc->dac path test

This commit is contained in:
2026-03-04 23:35:02 +01:00
parent 3c13e3289a
commit 8cccea85e0
8 changed files with 204 additions and 12 deletions

View File

@@ -5,10 +5,10 @@ module lvds_comparator_spartan6_impl (
);
IBUFDS #(
.DIFF_TERM("FALSE"),
.IOSTANDARD("LVDS33")
.IOSTANDARD("LVDS_33")
) lvds_buf (
.O(o),
.I(a),
.IB(b)
);
endmodule
endmodule