scrambler.xml

来自「通信系统中的加扰与解扰程序」· XML 代码 · 共 11 行

XML
11
字号
<interfaceDefinition version='1.1' language='verilog' kind='module' name='scrambler'>
    <portList>

      <port name='clk' direction='input' type='' />
      <port name='seqIn' direction='input' type='[7:0]' />
      <port name='seqOut' direction='output' type='[7:0]' />
      <port name='en' direction='input' type='' />

    </portList>
</interfaceDefinition>

⌨️ 快捷键说明

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