how to replace this fiction

The favorite HDL language in Europe and in Universities

how to replace this fiction

Postby kain » Wed Sep 15, 2010 4:30 pm

thank you for your help

in my vhdl code, I use this code in many place:

if tim=1 then
mptime<=12;
elsif (tim REM 4)=0 then
mptime<=mptime-1;
if tim=48 then
DC:='1';
DO:='0';
tim:=0;
end if;
end if;
tim:=tim+1;
can I use another way to replace it in order to use less GLB
kain
 
Posts: 3
Joined: Mon Jun 28, 2010 4:31 pm
Location: china hust

Postby tricky » Mon Sep 20, 2010 4:32 pm

what is GLB?
tricky
 
Posts: 56
Joined: Wed Dec 09, 2009 11:50 am


Return to VHDL