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

📄 orca_cnt.vhd

📁 porting scintilla to qt
💻 VHD
📖 第 1 页 / 共 5 页
字号:
  inst96: inv PORT MAP (a=>coni, z=>conn);  inst68: fl1p3ay generic map (gsr => gsr)          PORT MAP (d0=>i7, d1=>d0, sp=>sp, ck=>ck, sd=>sd, q=> q0_1);  inst69: fl1p3ay generic map (gsr => gsr)          PORT MAP (d0=>i19, d1=>d1, sp=>sp, ck=>ck, sd=>sd, q=> q1_1);  inst990: buf PORT MAP (a=>ci, z=>cii);  inst991: buf PORT MAP (a=>con, z=>coni);  q0 <= q0_1;  q1 <= q1_1;END v;CONFIGURATION lb2p3ayc OF lb2p3ay IS  FOR v    FOR ALL: and2 USE ENTITY work.and2(v); END FOR;    FOR ALL: buf USE ENTITY work.buf(v); END FOR;    FOR ALL: fl1p3ay USE ENTITY work.fl1p3ay(v); END FOR;    FOR ALL: inv USE ENTITY work.inv(v); END FOR;    FOR ALL: or3 USE ENTITY work.or3(v); END FOR;    FOR ALL: xor3 USE ENTITY work.xor3(v); END FOR;  END FOR;END lb2p3ayc;------- lb2p3bx -------LIBRARY ieee;USE ieee.std_logic_1164.all;USE ieee.vital_timing.all;USE ieee.vital_primitives.all;--LIBRARY work;USE work.components.all;ENTITY lb2p3bx IS  GENERIC (    gsr  : String := "ENABLED";    InstancePath  : string := "lb2p3bx");  PORT (    d0, d1, ci, sp, ck, sd, pd, con: IN std_logic;    co, q0, q1: OUT std_logic);    ATTRIBUTE Vital_Level0 OF lb2p3bx : ENTITY IS TRUE;END lb2p3bx;ARCHITECTURE v OF lb2p3bx IS  ATTRIBUTE Vital_Level0 OF v : ARCHITECTURE IS TRUE;  COMPONENT and2    PORT (      a, b: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT buf    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT fl1p3bx    generic (gsr  : String := "ENABLED");    PORT (      d0, d1, sp, ck, sd, pd: IN std_logic;      q: OUT std_logic);  END COMPONENT;  COMPONENT inv    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT or3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT xor3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  SIGNAL q0_1, q1_1, cii, conn, i3, i4, i5, i6, i7, i17,    i15, i16, i19, coni: std_logic;BEGIN  inst10: and2 PORT MAP (a=>cii, b=>conn, z=>i3);  inst11: and2 PORT MAP (a=>q0_1, b=>cii, z=>i4);  inst12: or3 PORT MAP (a=>i3, b=>i4, c=>i5, z=>i6);  inst13: xor3 PORT MAP (a=>q0_1, b=>conn, c=>cii, z=>i7);  inst2: and2 PORT MAP (a=>conn, b=>q0_1, z=>i5);  inst22: and2 PORT MAP (a=>conn, b=>q1_1, z=>i17);  inst23: and2 PORT MAP (a=>i6, b=>conn, z=>i15);  inst24: and2 PORT MAP (a=>q1_1, b=>i6, z=>i16);  inst25: or3 PORT MAP (a=>i15, b=>i16, c=>i17, z=>co);  inst26: xor3 PORT MAP (a=>q1_1, b=>conn, c=>i6, z=>i19);  inst96: inv PORT MAP (a=>coni, z=>conn);  inst68: fl1p3bx generic map (gsr => gsr)          PORT MAP (d0=>i7, d1=>d0, sp=>sp, ck=>ck, sd=>sd, pd=>    pd, q=>q0_1);  inst69: fl1p3bx generic map (gsr => gsr)          PORT MAP (d0=>i19, d1=>d1, sp=>sp, ck=>ck, sd=>sd, pd=>    pd, q=>q1_1);  inst990: buf PORT MAP (a=>ci, z=>cii);  inst991: buf PORT MAP (a=>con, z=>coni);  q0 <= q0_1;  q1 <= q1_1;END v;CONFIGURATION lb2p3bxc OF lb2p3bx IS  FOR v    FOR ALL: and2 USE ENTITY work.and2(v); END FOR;    FOR ALL: buf USE ENTITY work.buf(v); END FOR;    FOR ALL: fl1p3bx USE ENTITY work.fl1p3bx(v); END FOR;    FOR ALL: inv USE ENTITY work.inv(v); END FOR;    FOR ALL: or3 USE ENTITY work.or3(v); END FOR;    FOR ALL: xor3 USE ENTITY work.xor3(v); END FOR;  END FOR;END lb2p3bxc;------- lb2p3dx -------LIBRARY ieee;USE ieee.std_logic_1164.all;USE ieee.vital_timing.all;USE ieee.vital_primitives.all;--LIBRARY work;USE work.components.all;ENTITY lb2p3dx IS  GENERIC (    gsr  : String := "ENABLED";    InstancePath  : string := "lb2p3dx");  PORT (    d0, d1, ci, sp, ck, sd, cd, con: IN std_logic;    co, q0, q1: OUT std_logic);    ATTRIBUTE Vital_Level0 OF lb2p3dx : ENTITY IS TRUE;END lb2p3dx;ARCHITECTURE v OF lb2p3dx IS  ATTRIBUTE Vital_Level0 OF v : ARCHITECTURE IS TRUE;  COMPONENT and2    PORT (      a, b: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT buf    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT fl1p3dx    generic (gsr  : String := "ENABLED");    PORT (      d0, d1, sp, ck, sd, cd: IN std_logic;      q: OUT std_logic);  END COMPONENT;  COMPONENT inv    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT or3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT xor3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  SIGNAL q0_1, q1_1, cii, conn, i3, i4, i5, i6, i7, i17,    i15, i16, i19, coni: std_logic;BEGIN  inst10: and2 PORT MAP (a=>cii, b=>conn, z=>i3);  inst11: and2 PORT MAP (a=>q0_1, b=>cii, z=>i4);  inst12: or3 PORT MAP (a=>i3, b=>i4, c=>i5, z=>i6);  inst13: xor3 PORT MAP (a=>q0_1, b=>conn, c=>cii, z=>i7);  inst2: and2 PORT MAP (a=>conn, b=>q0_1, z=>i5);  inst22: and2 PORT MAP (a=>conn, b=>q1_1, z=>i17);  inst23: and2 PORT MAP (a=>i6, b=>conn, z=>i15);  inst24: and2 PORT MAP (a=>q1_1, b=>i6, z=>i16);  inst25: or3 PORT MAP (a=>i15, b=>i16, c=>i17, z=>co);  inst26: xor3 PORT MAP (a=>q1_1, b=>conn, c=>i6, z=>i19);  inst96: inv PORT MAP (a=>coni, z=>conn);  inst68: fl1p3dx generic map (gsr => gsr)          PORT MAP (d0=>i7, d1=>d0, sp=>sp, ck=>ck, sd=>sd, cd=>    cd, q=>q0_1);  inst69: fl1p3dx generic map (gsr => gsr)          PORT MAP (d0=>i19, d1=>d1, sp=>sp, ck=>ck, sd=>sd, cd=>    cd, q=>q1_1);  inst990: buf PORT MAP (a=>ci, z=>cii);  inst991: buf PORT MAP (a=>con, z=>coni);  q0 <= q0_1;  q1 <= q1_1;END v;CONFIGURATION lb2p3dxc OF lb2p3dx IS  FOR v    FOR ALL: and2 USE ENTITY work.and2(v); END FOR;    FOR ALL: buf USE ENTITY work.buf(v); END FOR;    FOR ALL: fl1p3dx USE ENTITY work.fl1p3dx(v); END FOR;    FOR ALL: inv USE ENTITY work.inv(v); END FOR;    FOR ALL: or3 USE ENTITY work.or3(v); END FOR;    FOR ALL: xor3 USE ENTITY work.xor3(v); END FOR;  END FOR;END lb2p3dxc;------- lb2p3ix -------LIBRARY ieee;USE ieee.std_logic_1164.all;USE ieee.vital_timing.all;USE ieee.vital_primitives.all;--LIBRARY work;USE work.components.all;ENTITY lb2p3ix IS  GENERIC (    gsr  : String := "ENABLED";    InstancePath  : string := "lb2p3ix");  PORT (    d0, d1, ci, sp, ck, sd, cd, con: IN std_logic;    co, q0, q1: OUT std_logic);    ATTRIBUTE Vital_Level0 OF lb2p3ix : ENTITY IS TRUE;END lb2p3ix;ARCHITECTURE v OF lb2p3ix IS  ATTRIBUTE Vital_Level0 OF v : ARCHITECTURE IS TRUE;  COMPONENT and2    PORT (      a, b: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT buf    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT fl1p3iy    generic (gsr  : String := "ENABLED");    PORT (      d0, d1, sp, ck, sd, cd: IN std_logic;      q: OUT std_logic);  END COMPONENT;  COMPONENT inv    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT or3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT xor3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  SIGNAL q0_1, q1_1, cii, conn, i3, i4, i5, i6, i7, i17,    i15, i16, i19, coni: std_logic;BEGIN  inst10: and2 PORT MAP (a=>cii, b=>conn, z=>i3);  inst11: and2 PORT MAP (a=>q0_1, b=>cii, z=>i4);  inst12: or3 PORT MAP (a=>i3, b=>i4, c=>i5, z=>i6);  inst13: xor3 PORT MAP (a=>q0_1, b=>conn, c=>cii, z=>i7);  inst2: and2 PORT MAP (a=>conn, b=>q0_1, z=>i5);  inst22: and2 PORT MAP (a=>conn, b=>q1_1, z=>i17);  inst23: and2 PORT MAP (a=>i6, b=>conn, z=>i15);  inst24: and2 PORT MAP (a=>q1_1, b=>i6, z=>i16);  inst25: or3 PORT MAP (a=>i15, b=>i16, c=>i17, z=>co);  inst26: xor3 PORT MAP (a=>q1_1, b=>conn, c=>i6, z=>i19);  inst96: inv PORT MAP (a=>coni, z=>conn);  inst68: fl1p3iy generic map (gsr => gsr)          PORT MAP (d0=>i7, d1=>d0, sp=>sp, ck=>ck, sd=>sd, cd=>    cd, q=>q0_1);  inst69: fl1p3iy generic map (gsr => gsr)          PORT MAP (d0=>i19, d1=>d1, sp=>sp, ck=>ck, sd=>sd, cd=>    cd, q=>q1_1);  inst990: buf PORT MAP (a=>ci, z=>cii);  inst991: buf PORT MAP (a=>con, z=>coni);  q0 <= q0_1;  q1 <= q1_1;END v;CONFIGURATION lb2p3ixc OF lb2p3ix IS  FOR v    FOR ALL: and2 USE ENTITY work.and2(v); END FOR;    FOR ALL: buf USE ENTITY work.buf(v); END FOR;    FOR ALL: fl1p3iy USE ENTITY work.fl1p3iy(v); END FOR;    FOR ALL: inv USE ENTITY work.inv(v); END FOR;    FOR ALL: or3 USE ENTITY work.or3(v); END FOR;    FOR ALL: xor3 USE ENTITY work.xor3(v); END FOR;  END FOR;END lb2p3ixc;------- lb2p3jx -------LIBRARY ieee;USE ieee.std_logic_1164.all;USE ieee.vital_timing.all;USE ieee.vital_primitives.all;--LIBRARY work;USE work.components.all;ENTITY lb2p3jx IS  GENERIC (    gsr  : String := "ENABLED";    InstancePath  : string := "lb2p3jx");  PORT (    d0, d1, ci, sp, ck, sd, pd, con: IN std_logic;    co, q0, q1: OUT std_logic);    ATTRIBUTE Vital_Level0 OF lb2p3jx : ENTITY IS TRUE;END lb2p3jx;ARCHITECTURE v OF lb2p3jx IS  ATTRIBUTE Vital_Level0 OF v : ARCHITECTURE IS TRUE;  COMPONENT and2    PORT (      a, b: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT buf    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT fl1p3jy    generic (gsr  : String := "ENABLED");    PORT (      d0, d1, sp, ck, sd, pd: IN std_logic;      q: OUT std_logic);  END COMPONENT;  COMPONENT inv    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT or3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT xor3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  SIGNAL q0_1, q1_1, cii, conn, i3, i4, i5, i6, i7, i17,    i15, i16, i19, coni: std_logic;BEGIN  inst10: and2 PORT MAP (a=>cii, b=>conn, z=>i3);  inst11: and2 PORT MAP (a=>q0_1, b=>cii, z=>i4);  inst12: or3 PORT MAP (a=>i3, b=>i4, c=>i5, z=>i6);  inst13: xor3 PORT MAP (a=>q0_1, b=>conn, c=>cii, z=>i7);  inst2: and2 PORT MAP (a=>conn, b=>q0_1, z=>i5);  inst22: and2 PORT MAP (a=>conn, b=>q1_1, z=>i17);  inst23: and2 PORT MAP (a=>i6, b=>conn, z=>i15);  inst24: and2 PORT MAP (a=>q1_1, b=>i6, z=>i16);  inst25: or3 PORT MAP (a=>i15, b=>i16, c=>i17, z=>co);  inst26: xor3 PORT MAP (a=>q1_1, b=>conn, c=>i6, z=>i19);  inst96: inv PORT MAP (a=>coni, z=>conn);  inst68: fl1p3jy generic map (gsr => gsr)          PORT MAP (d0=>i7, d1=>d0, sp=>sp, ck=>ck, sd=>sd, pd=>    pd, q=>q0_1);  inst69: fl1p3jy generic map (gsr => gsr)          PORT MAP (d0=>i19, d1=>d1, sp=>sp, ck=>ck, sd=>sd, pd=>    pd, q=>q1_1);  inst990: buf PORT MAP (a=>ci, z=>cii);  inst991: buf PORT MAP (a=>con, z=>coni);  q0 <= q0_1;  q1 <= q1_1;END v;CONFIGURATION lb2p3jxc OF lb2p3jx IS  FOR v    FOR ALL: and2 USE ENTITY work.and2(v); END FOR;    FOR ALL: buf USE ENTITY work.buf(v); END FOR;    FOR ALL: fl1p3jy USE ENTITY work.fl1p3jy(v); END FOR;    FOR ALL: inv USE ENTITY work.inv(v); END FOR;    FOR ALL: or3 USE ENTITY work.or3(v); END FOR;    FOR ALL: xor3 USE ENTITY work.xor3(v); END FOR;  END FOR;END lb2p3jxc;------- lb4p3ax -------LIBRARY ieee;USE ieee.std_logic_1164.all;USE ieee.vital_timing.all;USE ieee.vital_primitives.all;--LIBRARY work;USE work.components.all;ENTITY lb4p3ax IS  GENERIC (    gsr  : String := "ENABLED";    InstancePath  : string := "lb4p3ax");  PORT (    d0, d1, d2, d3, ci, sp, ck, sd, con: IN std_logic;    co, q0, q1, q2, q3: OUT std_logic);    ATTRIBUTE Vital_Level0 OF lb4p3ax : ENTITY IS TRUE;END lb4p3ax;ARCHITECTURE v OF lb4p3ax IS  ATTRIBUTE Vital_Level0 OF v : ARCHITECTURE IS TRUE;  COMPONENT and2    PORT (      a, b: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT buf    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT fl1p3az    generic (gsr  : String := "ENABLED");    PORT (      d0, d1, sp, ck, sd: IN std_logic;      q: OUT std_logic);  END COMPONENT;  COMPONENT inv    PORT (      a: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT or3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  COMPONENT xor3    PORT (      a, b, c: IN std_logic;      z: OUT std_logic);  END COMPONENT;  SIGNAL q0_1, q1_1, q2_1, q3_1, cii, conn, i3, i4, i5, i6, i7, i17,    i15, i16, i18, i19, i30, i28, i29, i31, i32, i43, i41, i42, i45,    coni: std_logic;BEGIN  inst10: and2 PORT MAP (a=>cii, b=>conn, z=>i3);  inst11: and2 PORT MAP (a=>q0_1, b=>cii, z=>i4);  inst12: or3 PORT MAP (a=>i3, b=>i4, c=>i5, z=>i6);  inst13: xor3 PORT MAP (a=>q0_1, b=>conn, c=>cii, z=>i7);  inst2: and2 PORT MAP (a=>conn, b=>q0_1, z=>i5);  inst22: and2 PORT MAP (a=>conn, b=>q1_1, z=>i17);

⌨️ 快捷键说明

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