请教 abel 语言
时间:10-02
整理:3721RD
点击:
各位大虾,我现在想做一个电机控制程序,用abel语言,输入是两个差分信号 SIGA,SIGB ,相位差90度,要求通过编码是cpld的一个引脚的输出信号为如下值
SIGA SIGB PIN
0 0 0
0 1 1
1 0 0
1 1 1
万分感谢
我以前是这样编的
equations
count=[SIGA,SIGB];
count.clk=ale;
when count==0 then pin=0; when count==1 then pin=1;
when count==2 then pin=0; when count==3 then pin=1;
结果输出一点反映都没问该怎么改,我以前没用过abel,郁闷死了,希望大虾赐教
SIGA SIGB PIN
0 0 0
0 1 1
1 0 0
1 1 1
万分感谢
我以前是这样编的
equations
count=[SIGA,SIGB];
count.clk=ale;
when count==0 then pin=0; when count==1 then pin=1;
when count==2 then pin=0; when count==3 then pin=1;
结果输出一点反映都没问该怎么改,我以前没用过abel,郁闷死了,希望大虾赐教
不懂,学习中
兄弟们,给点支持阿
able可以这样写吗?
大家都用verilog,你还是换吧
帮顶,今天我也开始学这个