Julien F.
Guest
Sun Jan 31, 2010 10:44 pm
Hello,
I can't get rid of that error message: near EOF: syntax error. The
code is quite simple:
library ieee;
library std;
use ieee.std_logic_1164.all;
Entity MUX2_1 IS
PORT(i0: IN std_logic;
i1: IN std_logic;
ctr : IN std_logic;
q : OUT std_logic);
END MUX2_1;
Thank you
backhus
Guest
Mon Feb 01, 2010 8:51 am
On 31 Jan., 21:44, "Julien F." <julfonta...@hotmail.com> wrote:
Quote:
Hello,
I can't get rid of that error message: near EOF: syntax error. The
code is quite simple:
library ieee;
library std;
use ieee.std_logic_1164.all;
Entity MUX2_1 IS
PORT(i0: IN std_logic;
i1: IN std_logic;
ctr : IN std_logic;
q : OUT std_logic);
END MUX2_1;
Thank you
Hi Julien,
sometimes it's just a missing newline at the end of the last line.
Just a guess.
Have a nice synthesis
Eilert