Wolf-LITE/FPGA/DEBUG/synthesis/DEBUG.v

22 wiersze
449 B
Verilog

// DEBUG.v
// Generated using ACDS version 18.1 625
`timescale 1 ps / 1 ps
module DEBUG (
input wire [11:0] probe // probes.probe
);
altsource_probe_top #(
.sld_auto_instance_index ("YES"),
.sld_instance_index (0),
.instance_id ("ADC"),
.probe_width (12),
.source_width (0),
.enable_metastability ("NO")
) in_system_sources_probes_0 (
.probe (probe) // probes.probe
);
endmodule