⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sram_16bit_512k.xml

📁 FPGA的SRAM存储器的控制程序
💻 XML
字号:
<interfaceDefinition version='1.1' language='verilog' kind='module' name='SRAM_16Bit_512K'>
    <portList>

      <port name='oDATA' direction='output' type='[15:0]' />
      <port name='iDATA' direction='input' type='[15:0]' />
      <port name='iADDR' direction='input' type='[17:0]' />
      <port name='iWE_N' direction='input' type='' />
      <port name='iOE_N' direction='input' type='' />
      <port name='iCE_N' direction='input' type='' />
      <port name='iCLK' direction='input' type='' />
      <port name='iBE_N' direction='input' type='[1:0]' />
      <port name='SRAM_DQ' direction='inout' type='[15:0]' />
      <port name='SRAM_ADDR' direction='output' type='[17:0]' />
      <port name='SRAM_UB_N' direction='output' type='' />
      <port name='SRAM_LB_N' direction='output' type='' />
      <port name='SRAM_WE_N' direction='output' type='' />
      <port name='SRAM_CE_N' direction='output' type='' />
      <port name='SRAM_OE_N' direction='output' type='' />

    </portList>
</interfaceDefinition>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -