FPGA: misc cleanup

This commit is contained in:
Maximilian Rehkopf 2012-07-09 02:15:21 +02:00
parent 60d7a08117
commit c231c8b821
2 changed files with 8 additions and 9 deletions

View File

@ -201,7 +201,7 @@ always @(posedge clk) begin
SD_DMA_PARTIALr <= cmd_data[2];
end
4'h8: SD_DMA_TGTr <= 2'b00;
4'h9: SD_DMA_TGTr <= cmd_data[1:0]; // not implemented
4'h9: SD_DMA_TGTr <= 2'b00; // cmd_data[1:0]; // not implemented
// 4'hE:
// select memory unit
endcase

View File

@ -105,7 +105,6 @@ wire [10:0] SD_DMA_PARTIAL_START;
wire [10:0] SD_DMA_PARTIAL_END;
wire [10:0] dac_addr;
//wire [7:0] dac_volume;
wire [7:0] msu_volumerq_out;
wire [6:0] msu_status_out;
wire [31:0] msu_addressrq_out;