Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help needed... regarding debugging of the testbench for uart

Status
Not open for further replies.

sharada.144

Newbie level 5
Joined
Sep 27, 2007
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,384
Hi. This is Sharada. I am working on uart. I am getting the following errors while executing the uart testbench on ncsim. I am attaching the related files in this post. Anybody please help me ASAP.

Thanks and regards,
Sharada.V

The related files are located in the following link:



The errors occuring are:

ncvhdl -mess uart_finaltb.vhd
ncvhdl: 06.11-s004: (c) Copyright 1995-2007 Cadence Design Systems, Inc.
uart_finaltb.vhd:
wait for 120 ns;
|
ncvhdl_p: *E,EXPEND (uart_finaltb.vhd,54|19): expecting the reserved word 'END' [9.2].
R_W <= '1';
|
ncvhdl_p: *E,EXPEND (uart_finaltb.vhd,61|14): expecting the reserved word 'END' [1.2].
wait for 100 ns;
|
ncvhdl_p: *E,ARCNMM (uart_finaltb.vhd,62|14): architecture body identifier mismatch (TEST1/NS) [1.2].
DBUS <= "01101001";
|
ncvhdl_p: *E,EXPACE (uart_finaltb.vhd,64|0): expecting a library unit [11.1].
end test1;
ncvhdl_p: *E,UXPEOF (uart_finaltb.vhd,75): unexpected end of file.
errors: 5, warnings: 0
Job ended with error status: 1
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top