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.

[SOLVED] (LINT-1)Warning: In design 'master_interface', cell 'B_3' does not drive any nets.

Status
Not open for further replies.

draser

Member level 2
Joined
Apr 1, 2016
Messages
47
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
421
Hello,

i am using synopsys Dc and i get the follow Warning: In design 'master_interface', cell 'B_3' does not drive any nets. (LINT-1).The signals that seems to have no drive(because when i simulate the netlist in modelsim i get errors) are :

data_out: out std_logic_vector (data_width-1 downto 0) ;
RW_out:eek:ut std_logic ;
adress_out: out std_logic_vector (adress_width-1 downto 0);

I cant really understand why,for me it seems every is fine in my code.I drive inputs to these signals...Can someone also tell me how can i see that signals the cell B_3 drive?

i use compile_ultra -clock_gate -no_autogroup command for synthesis

I attach my code,if someone can help i would appreciate.

Thank you.
 

Attachments

  • Master_IF.txt
    3.4 KB · Views: 76

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top