diff options
Diffstat (limited to 'FPGA/sound_gene/sound_gene.qsf')
-rw-r--r-- | FPGA/sound_gene/sound_gene.qsf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FPGA/sound_gene/sound_gene.qsf b/FPGA/sound_gene/sound_gene.qsf index 702c562..1134a8d 100644 --- a/FPGA/sound_gene/sound_gene.qsf +++ b/FPGA/sound_gene/sound_gene.qsf | |||
@@ -73,13 +73,14 @@ set_location_assignment PIN_AE22 -to end_config | |||
73 | set_location_assignment PIN_M25 -to xti_mclk | 73 | set_location_assignment PIN_M25 -to xti_mclk |
74 | set_global_assignment -name USE_CONFIGURATION_DEVICE ON | 74 | set_global_assignment -name USE_CONFIGURATION_DEVICE ON |
75 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" | 75 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" |
76 | set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd | 76 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED" |
77 | set_global_assignment -name BDF_FILE ../codec_clock/codec_clock.bdf | 77 | set_global_assignment -name BDF_FILE ../codec_clock/codec_clock.bdf |
78 | set_global_assignment -name BSF_FILE ../codec_clock/codec_clock.bsf | ||
79 | set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd | ||
78 | set_global_assignment -name VHDL_FILE ../vhdl/dds_sinus.vhd | 80 | set_global_assignment -name VHDL_FILE ../vhdl/dds_sinus.vhd |
79 | set_global_assignment -name VHDL_FILE ../vhdl/rom_sinus.vhd | 81 | set_global_assignment -name VHDL_FILE ../vhdl/rom_sinus.vhd |
80 | set_global_assignment -name VHDL_FILE ../vhdl/codec_dac.vhd | 82 | set_global_assignment -name VHDL_FILE ../vhdl/codec_dac.vhd |
81 | set_global_assignment -name VHDL_FILE ../vhdl/codec_config.vhd | 83 | set_global_assignment -name VHDL_FILE ../vhdl/codec_config.vhd |
82 | set_global_assignment -name VHDL_FILE ../vhdl/i2c_master.vhd | 84 | set_global_assignment -name VHDL_FILE ../vhdl/i2c_master.vhd |
83 | set_global_assignment -name BDF_FILE sound_gene.bdf | 85 | set_global_assignment -name BDF_FILE sound_gene.bdf |
84 | set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED" | ||
85 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file | 86 | set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file |