-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsdr.gprj
31 lines (31 loc) · 1.76 KB
/
sdr.gprj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1" encoding="UTF-8"?>
<!DOCTYPE gowin-fpga-project>
<Project>
<Template>FPGA</Template>
<Version>5</Version>
<Device name="GW1NR-9C" pn="GW1NR-LV9QN88PC6/I5">gw1nr9c-004</Device>
<FileList>
<File path="src/comp/uart_parity.vhd" type="file.vhdl" enable="1"/>
<File path="src/comp/uart_rx.vhd" type="file.vhdl" enable="1"/>
<File path="src/comp/uart_tx.vhd" type="file.vhdl" enable="1"/>
<File path="src/dds_synthesizer.vhd" type="file.vhdl" enable="1"/>
<File path="src/downsampler.vhd" type="file.vhdl" enable="1"/>
<File path="src/fifo_hs/fifo_hs.vhd" type="file.vhdl" enable="1"/>
<File path="src/firfilter.vhd" type="file.vhdl" enable="1"/>
<File path="src/fm_demodulator.vhd" type="file.vhdl" enable="0"/>
<File path="src/fm_demodultator_v2.vhd" type="file.vhdl" enable="1"/>
<File path="src/main.vhd" type="file.vhdl" enable="1"/>
<File path="src/main_aussortiert.vhd" type="file.vhdl" enable="0"/>
<File path="src/mixer.vhd" type="file.vhdl" enable="0"/>
<File path="src/sine_lut_10_x_8.vhd" type="file.vhdl" enable="0"/>
<File path="src/sine_lut_12_x_8.vhd" type="file.vhdl" enable="1"/>
<File path="src/sine_lut_14_x_8.vhd" type="file.vhdl" enable="0"/>
<File path="src/sine_lut_16_x_8.vhd" type="file.vhdl" enable="0"/>
<File path="src/sine_lut_8_x_8.vhd" type="file.vhdl" enable="0"/>
<File path="src/uart.vhd" type="file.vhdl" enable="1"/>
<File path="src/sdr.cst" type="file.cst" enable="1"/>
<File path="src/sdr.sdc" type="file.sdc" enable="1"/>
<File path="src/sdr.gao" type="file.gao" enable="0"/>
<File path="src/sdr.gsc" type="file.gsc" enable="1"/>
</FileList>
</Project>