Previous in Forum: Programming with Perl   Next in Forum: STL files...
Close
Close
Close
Rate Comments: Nested
Participant

Join Date: Mar 2007
Posts: 3

HDE

05/17/2007 1:30 AM

dear all,

i wrote this process and i get allways error:241:15:241:15|Expecting expression

my question how can i fix that and what is the mistake?

proc_Ram_Map: process(Ah, downloading , RD , WR ,HW, SWdog_Rst )

begin
A16_F <= '0';
FlashRD <= Psen;
FlashWR <= '1';

if ((Ah =< "01000000" and downloading = '0')and ((WR'event and WR='0')or(RD'event and RD = '0'))) then
FlashRD <= RD;
FlashWR <=WR ;
A16_F <= '1';
end if;
end process;


thanks you all in advance.

Register to Reply
This discussion was "closed" on 05/17/2007 1:31 AM. No new comments are allowed.
Friend of CR4

Join Date: Dec 2004
Posts: 1776
Good Answers: 35
#1

Re: HDE

05/17/2007 1:31 AM
__________________
Off to take on other challenges. Good luck everybody! See you around the Interwebs.
Register to Reply
Register to Reply
This discussion was "closed" on 05/17/2007 1:31 AM. No new comments are allowed.

Previous in Forum: Programming with Perl   Next in Forum: STL files...

Advertisement