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

📄 x_detect.fit.eqn

📁 statemachine it can detecate statemachine
💻 EQN
字号:
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions 
-- and other software and tools, and its AMPP partner logic 
-- functions, and any output files any of the foregoing 
-- (including device programming or simulation files), and any 
-- associated documentation or information are expressly subject 
-- to the terms and conditions of the Altera Program License 
-- Subscription Agreement, Altera MegaCore Function License 
-- Agreement, or other applicable license agreement, including, 
-- without limitation, that your use is for the sole purpose of 
-- programming logic devices manufactured by Altera and sold by 
-- Altera or its authorized distributors.  Please refer to the 
-- applicable agreement for further details.
--p.s8 is p.s8 at LCFF_X30_Y35_N13
p.s8 = DFFEAS(A1L11, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--p.s7 is p.s7 at LCFF_X30_Y35_N7
p.s7 = DFFEAS(A1L10, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--A1L11 is n.s8~1 at LCCOMB_X30_Y35_N12
A1L11 = p.s7 & !data;


--p.s6 is p.s6 at LCFF_X30_Y35_N19
p.s6 = DFFEAS(A1L9, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--A1L10 is n.s7~8 at LCCOMB_X30_Y35_N6
A1L10 = p.s6 & data;


--p.s5 is p.s5 at LCFF_X30_Y35_N31
p.s5 = DFFEAS(A1L8, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--A1L9 is n.s6~1 at LCCOMB_X30_Y35_N18
A1L9 = p.s5 & !data;


--p.s4 is p.s4 at LCFF_X30_Y35_N23
p.s4 = DFFEAS(A1L7, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--A1L8 is n.s5~1 at LCCOMB_X30_Y35_N30
A1L8 = p.s4 & !data;


--p.s3 is p.s3 at LCFF_X30_Y35_N1
p.s3 = DFFEAS(A1L6, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--A1L7 is n.s4~17 at LCCOMB_X30_Y35_N22
A1L7 = data & (p.s3 # p.s4);


--p.s2 is p.s2 at LCFF_X30_Y35_N27
p.s2 = DFFEAS(A1L5, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--A1L6 is n.s3~17 at LCCOMB_X30_Y35_N0
A1L6 = data & (p.s7 # p.s2);


--p.s1 is p.s1 at LCFF_X30_Y35_N3
p.s1 = DFFEAS(A1L4, GLOBAL(A1L2),  ,  ,  ,  ,  ,  ,  );


--A1L5 is n.s2~32 at LCCOMB_X30_Y35_N26
A1L5 = data & (p.s8 # p.s5 # !p.s1);


--A1L4 is n.s1~20 at LCCOMB_X30_Y35_N2
A1L4 = p.s7 # p.s5 # p.s4 # data;


--data is data at PIN_C13
--operation mode is input

data = INPUT();


--clk is clk at PIN_P2
--operation mode is input

clk = INPUT();


--y is y at PIN_B12
--operation mode is output

y = OUTPUT(p.s8);





--A1L2 is clk~clkctrl at CLKCTRL_G3
A1L2 = cycloneii_clkctrl(.INCLK[0] = clk) WITH (clock_type = "Global Clock");


⌨️ 快捷键说明

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