久久ER99热精品一区二区-久久精品99国产精品日本-久久精品免费一区二区三区-久久综合九色综合欧美狠狠

新聞中心

EEPW首頁 > 手機與無線通信 > 設計應用 > WIMAX系統中PCI接口的設計與實現

WIMAX系統中PCI接口的設計與實現

作者:賀海宏 王彥永 王小平 時間:2008-06-03 來源:微計算機信息 收藏

  module state_machine (devsel_l, …);

本文引用地址:http://cqxgywz.com/article/83566.htm

    output de vsel_l;   // 三態輸入

    output trdy_l;// 三態輸入

    output stop_l;//三態輸入

    output _ad_oe;// 地址線的使能信號

    output dts_oe;     // the devsel, trdy_l, stop_l (dts)信號的使能控制信號

    output par_oe;    // 校驗使能控制信號

    output bk_oe;     // 用戶端數據線的使能控制信號

    output pci_ad_en;// 地址啟動寄存器的時鐘使能信號

    output abort_sig; // 設置abort信號狀態寄存器位

  output data_write_l;   // 數據寫信號,用作pci_clk 信號到用戶端設備的時鐘使能

    output count_rst_l;    // 重試計數器的復位信號

    output count_en_l;     // 重試計數器的時鐘使能信號

    output base_region0_l;   // 片選信號

    output base_region1_l;   //片選信號

    output data_read_l; // 用戶端設備讀信號

    output be_oe;   // 用戶端口字節使能信號

    input hit_ba0_l;// 用于說明PCI地址在base address 0

    input hit_ba1_l;//用于說明PCI地址在base address 1

    input pci_frame_l;  // pci_frame_l 信號

    input pci_idsel; // pci_idsel 信號

    input pci_irdy_l;     // pci_irdy 信號

    input [31:0] pci_ad;// 原始的pci 地址數據線

    input [3:0] pci_cbe_l;    // 命令/字節使能信號

  …

    input data_stop_l;  // 用戶端申請中止數據傳輸信號

    input ready_l;  // 用戶準備開始一個傳輸周期

    input retry_l;   // 重試信號

  ……

  endmodule

       

                                   圖3  狀態機模塊仿真圖
 
  狀態機模塊的仿真波形如圖3所示。 PCI總線接口的頂層gdf文件如圖4。

       

                              圖4  PCI接口gdf文件



關鍵詞: WiMAX PCI FPGA SOC

評論


相關推薦

技術專區

關閉