Thông báo

Collapse
No announcement yet.

Lưu 32 bits trên SRAM de1 như thế nào

Collapse
X
 
  • Lọc
  • Giờ
  • Show
Clear All
new posts

  • Lưu 32 bits trên SRAM de1 như thế nào

    Em muốn lưu 1 gá trị có 32bits trên sram mà sram data chỉ có 16bits . Có cách nào để mình lưu giá trị 32bits lên SRAM.
    //////////////////// SRAM Interface ////////////////
    SRAM_DQ, // SRAM Data bus 16 Bits
    SRAM_ADDR, // SRAM Address bus 18 Bits
    SRAM_UB_N, // SRAM High-byte Data Mask
    SRAM_LB_N, // SRAM Low-byte Data Mask
    SRAM_WE_N, // SRAM Write Enable
    SRAM_CE_N, // SRAM Chip Enable
    SRAM_OE_N, // SRAM Output Enable.
    //////////////////////// SRAM Interface ////////////////////////
    inout [15:0] SRAM_DQ; // SRAM Data bus 16 Bits
    output [17:0] SRAM_ADDR; // SRAM Address bus 18 Bits
    output SRAM_UB_N; // SRAM High-byte Data Mask
    output SRAM_LB_N; // SRAM Low-byte Data Mask
    output SRAM_WE_N; // SRAM Write Enable
    output SRAM_CE_N; // SRAM Chip Enable
    output SRAM_OE_N; // SRAM Output Enable

  • #2
    Nguyên văn bởi xxrongden Xem bài viết
    Em muốn lưu 1 gá trị có 32bits trên sram mà sram data chỉ có 16bits . Có cách nào để mình lưu giá trị 32bits lên SRAM.
    //////////////////// SRAM Interface ////////////////
    SRAM_DQ, // SRAM Data bus 16 Bits
    SRAM_ADDR, // SRAM Address bus 18 Bits
    SRAM_UB_N, // SRAM High-byte Data Mask
    SRAM_LB_N, // SRAM Low-byte Data Mask
    SRAM_WE_N, // SRAM Write Enable
    SRAM_CE_N, // SRAM Chip Enable
    SRAM_OE_N, // SRAM Output Enable.
    //////////////////////// SRAM Interface ////////////////////////
    inout [15:0] SRAM_DQ; // SRAM Data bus 16 Bits
    output [17:0] SRAM_ADDR; // SRAM Address bus 18 Bits
    output SRAM_UB_N; // SRAM High-byte Data Mask
    output SRAM_LB_N; // SRAM Low-byte Data Mask
    output SRAM_WE_N; // SRAM Write Enable
    output SRAM_CE_N; // SRAM Chip Enable
    output SRAM_OE_N; // SRAM Output Enable
    Bạn phải dùng 2 ô nhớ để ghi 32-bit thôi!

    Comment

    Về tác giả

    Collapse

    xxrongden Tìm hiểu thêm về xxrongden

    Bài viết mới nhất

    Collapse

    Đang tải...
    X