OpenCores
URL https://opencores.org/ocsvn/sd_card_controller/sd_card_controller/trunk

Subversion Repositories sd_card_controller

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /sd_card_controller/trunk/rtl/verilog
    from Rev 3 to Rev 6
    Reverse comparison

Rev 3 → Rev 6

/sd_defines.h
97,6 → 97,4
//wb module defines
`define RESET_BLOCK_SIZE 512
`define RESET_CLK_DIV 0
`define SUPPLY_VOLTAGE_3_3
//`define SUPPLY_VOLTAGE_3_0
//`define SUPPLY_VOLTAGE_1_8
`define SUPPLY_VOLTAGE_mV 3300
/sd_controller_wb.v
110,13 → 110,7
output reg [`BLKCNT_W-1:0]block_count_reg;
output reg [31:0] dma_addr_reg;
 
`ifdef SUPPLY_VOLTAGE_3_3
parameter voltage_controll_reg = 8'b0000_111_1;
`elsif SUPPLY_VOLTAGE_3_0
parameter voltage_controll_reg = 8'b0000_110_1;
`elsif SUPPLY_VOLTAGE_1_8
parameter voltage_controll_reg = 8'b0000_101_1;
`endif
parameter voltage_controll_reg = `SUPPLY_VOLTAGE_mV;
parameter capabilies_reg = 16'b0000_0000_0000_0000;
 
always @(posedge wb_clk_i or posedge wb_rst_i)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.