Skip to content

Commit

Permalink
Run biquad output through SPDIF.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcarnold committed Aug 11, 2012
1 parent 86ce692 commit 3b8592c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fpga/mixer.sv
Expand Up @@ -30,7 +30,7 @@ adat_in adat_in_0(

spdif_out spdif_out_0(
.clk(adat_bitclock),
.ldatain(audio_in[0]), .rdatain(audio_in[1]),
.ldatain(audio_out[0]), .rdatain(audio_out[1]),
.serialout(spdif_out));

wire signed [35:0] dsp_in[8];
Expand Down
4 changes: 2 additions & 2 deletions fpga/nanomixer.qsf
Expand Up @@ -221,7 +221,6 @@ set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_2_IN[2]
# GPIO_0, GPIO_0 connect to GPIO Default
#============================================================
set_location_assignment PIN_A8 -to GPIO_0_IN[0]
set_location_assignment PIN_D3 -to GPIO_0[0]
set_location_assignment PIN_B8 -to GPIO_0_IN[1]
set_location_assignment PIN_C3 -to GPIO_0[1]
set_location_assignment PIN_A2 -to GPIO_0[2]
Expand Down Expand Up @@ -256,7 +255,6 @@ set_location_assignment PIN_A12 -to GPIO_0[30]
set_location_assignment PIN_D11 -to GPIO_0[31]

set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0_IN[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0[0]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0_IN[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0[1]
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_0[2]
Expand Down Expand Up @@ -429,4 +427,6 @@ set_global_assignment -name SYSTEMVERILOG_FILE posedgeFF.sv
set_global_assignment -name SYSTEMVERILOG_FILE saturate.sv
set_global_assignment -name SYSTEMVERILOG_FILE saturate_test.sv
set_global_assignment -name SYSTEMVERILOG_FILE spdif_out.sv
set_location_assignment PIN_D3 -to GPIO_00
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO_00
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top

0 comments on commit 3b8592c

Please sign in to comment.