summaryrefslogtreecommitdiff
path: root/FPGA/sound_gene/sound_gene.qsf
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-06-15 15:28:10 +0200
committerPacien TRAN-GIRARD2014-06-15 15:28:10 +0200
commit4762ef9b7238f67d065775b752ebf51289c1f437 (patch)
treefb88da863e1bbc068d8258b285663013233ebe7b /FPGA/sound_gene/sound_gene.qsf
parentfdd5c7e084529b2a09bed21aef44eb56e82075dc (diff)
downloadfpga-home-automation-4762ef9b7238f67d065775b752ebf51289c1f437.tar.gz
Clean project
Diffstat (limited to 'FPGA/sound_gene/sound_gene.qsf')
-rw-r--r--FPGA/sound_gene/sound_gene.qsf5
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
73set_location_assignment PIN_M25 -to xti_mclk 73set_location_assignment PIN_M25 -to xti_mclk
74set_global_assignment -name USE_CONFIGURATION_DEVICE ON 74set_global_assignment -name USE_CONFIGURATION_DEVICE ON
75set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED" 75set_global_assignment -name RESERVE_ALL_UNUSED_PINS "AS INPUT TRI-STATED"
76set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd 76set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
77set_global_assignment -name BDF_FILE ../codec_clock/codec_clock.bdf 77set_global_assignment -name BDF_FILE ../codec_clock/codec_clock.bdf
78set_global_assignment -name BSF_FILE ../codec_clock/codec_clock.bsf
79set_global_assignment -name VHDL_FILE ../vhdl/clock_divider.vhd
78set_global_assignment -name VHDL_FILE ../vhdl/dds_sinus.vhd 80set_global_assignment -name VHDL_FILE ../vhdl/dds_sinus.vhd
79set_global_assignment -name VHDL_FILE ../vhdl/rom_sinus.vhd 81set_global_assignment -name VHDL_FILE ../vhdl/rom_sinus.vhd
80set_global_assignment -name VHDL_FILE ../vhdl/codec_dac.vhd 82set_global_assignment -name VHDL_FILE ../vhdl/codec_dac.vhd
81set_global_assignment -name VHDL_FILE ../vhdl/codec_config.vhd 83set_global_assignment -name VHDL_FILE ../vhdl/codec_config.vhd
82set_global_assignment -name VHDL_FILE ../vhdl/i2c_master.vhd 84set_global_assignment -name VHDL_FILE ../vhdl/i2c_master.vhd
83set_global_assignment -name BDF_FILE sound_gene.bdf 85set_global_assignment -name BDF_FILE sound_gene.bdf
84set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND "AS INPUT TRI-STATED"
85set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file 86set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top \ No newline at end of file