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.

Netlisting problem when using verilog-XL

Status
Not open for further replies.

zengbo

Newbie level 6
Joined
Nov 25, 2005
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,359
Hi, all,

I meet a prolbem when I use the verilog-XL.

It generates a netlist from a schematic. And the netlist has some problems.

There is a port name " BusD<6,4,2,0>", so the netlist generated by verilog-XL is as follow:

module BlockD(control, wr, si, {BusD[6], BusD[4], BusD[2], BusD[0]}, ad, sel, .....);

And "BusD<6,4,2,0>" is not in the input/output/inout definitions part.

I don't know how it happened.

Any body knows?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top