ex10.pnx

来自「[VHDL经典设计26例]--在xilinx芯片上调试通过--[01--1位全加」· PNX 代码 · 共 18 行

PNX
18
字号
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE ibis [
<!ELEMENT ibis (part, pin+)>
<!ELEMENT part EMPTY>
<!ELEMENT pin EMPTY>
<!ATTLIST part
  arch   CDATA #REQUIRED
  device CDATA #REQUIRED
  spg    CDATA #REQUIRED
  pkg    CDATA #REQUIRED>
<!ATTLIST pin
  nm     CDATA #REQUIRED
  no     CDATA #REQUIRED
  iostd  (TTL|LVTTL|LVCMOS2|NA) "NA"
  sr     (SLOW|FAST|slow|fast) "SLOW">
]>
<ibis><part pkg="PC84" spg="-7" arch="xc9500" device="XC9572"/><pin nm="uclk" no="9"/><pin nm="clk1Hz" no="10"/><pin nm="p_rst_cnt" no="56" sr="fast"/><pin nm="led0&lt;0&gt;" no="66" sr="fast"/><pin nm="led0&lt;1&gt;" no="69" sr="fast"/><pin nm="led0&lt;2&gt;" no="68" sr="fast"/><pin nm="led0&lt;3&gt;" no="71" sr="fast"/><pin nm="led1&lt;0&gt;" no="70" sr="fast"/><pin nm="led1&lt;1&gt;" no="72" sr="fast"/><pin nm="led1&lt;2&gt;" no="76" sr="fast"/><pin nm="led1&lt;3&gt;" no="77" sr="fast"/><pin nm="led2&lt;0&gt;" no="80" sr="fast"/><pin nm="led2&lt;1&gt;" no="79" sr="fast"/><pin nm="led2&lt;2&gt;" no="82" sr="fast"/><pin nm="led2&lt;3&gt;" no="81" sr="fast"/><pin nm="led3&lt;0&gt;" no="84" sr="fast"/><pin nm="led3&lt;1&gt;" no="83" sr="fast"/><pin nm="led3&lt;2&gt;" no="2" sr="fast"/><pin nm="led3&lt;3&gt;" no="4" sr="fast"/><pin nm="p_load" no="58" sr="fast"/><pin nm="p_cnt_en" no="52" sr="fast"/></ibis>

⌨️ 快捷键说明

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