请教一下 上面是电子钟与矩阵的2小段程式
上半部是我想控制5分钟矩阵会变一次图
但是上半部写法是学别的人写不出来元整5分钟变一次
5 10 15 20 25 30。。。50分都没问题
但是55跟00这2边搞不定 数到 55分 跟 00分都没反应跳不过去
下半部份是控制5分跳一次的显示图
上面的写法上半部这种语法不知道是否能请高手解释一下
timer(15 downto 8)>x"54" and timer(15 downto 8)<x"00" then
或者是5分钟跳一次矩阵图有更好的写法?请高手帮忙一下~ ~
if
timer(15 downto 8)>x"4" and timer(15 downto 8)<x"10" then
ct<=x"0";
elsif timer(15 downto 8)>x"9" and timer(15 downto 8)<x"15" then
ct<=x"1";
elsif timer(15 downto 8)>x"14" and timer(15 downto 8)<x"20" then
ct<=x"2";
elsif timer(15 downto 8)>x"19" and timer(15 downto 8)<x"25" then
ct<=x"3";
elsif timer(15 downto 8)>x"24" and timer(15 downto 8)<x"30" then
ct<=x"4";
elsif timer(15 downto 8)>x"29" and timer(15 downto 8)<x"35" then
ct<=x"5";
elsif timer(1 ..
访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容