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.

warnings in synopsys_DESIGN VISION

Status
Not open for further replies.

manchal

Newbie level 6
Newbie level 6
Joined
Feb 11, 2013
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,483
Warnings:'s[0]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:70: 'c[0]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:71: 'cc[0]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:91: 'cm[0]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:96: 'c[1]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:97: 's[1]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:98: 'cc[1]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:91: 'cm[1]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:95: 'sm[1]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:96: 'c[2]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:97: 's[2]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:98: 'cc[2]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:91: 'cm[2]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:95: 'sm[2]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:96: 'c[3]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:97: 's[3]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:98: 'cc[3]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:91: 'cm[3]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:95: 'sm[3]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:96: 'c[4]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:97: 's[4]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:98: 'cc[4]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:91: 'cm[4]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:95: 'sm[4]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:96: 'c[5]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:97: 's[5]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:98: 'cc[5]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:91: 'cm[5]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:95: 'sm[5]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:96: 'c[6]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:97: 's[6]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
Warning: /home/manchal/manch/finalrow/twodbypass_n.v:98: 'cc[6]' is being read, but does not appear in the sensitivity list of the block. (ELAB-292)
HOW DO I REMOVE THESE WARNINGS.I HAVE DESIGNED A GENERALIZED CODE FOR 4X4,8X8,16X16.ARRAY SIZE VARY FOR EACH CODE.
signals are declared as:
reg [n:0] sm [n-1:0];
reg [n-1:0] s [n-1:0];
reg [n-1:0] c [n-1:0];
reg [n-1:0] cc[n-1:0];//N GIVING ALL SIGNALS (like sm[0],sm[1],cm[0],cm[1]..) IN SENSITIVITY LIST GIVES ERROR.GIVING ONLY ONE SIGNAL LIKE sm[0] solves the error but gives warnings.


My code has warnings in synopsys design vision.Does due to these warnings my report for area and power are affected.pLS HELP.
 

write always block like this.

always @ *
begin
--------------
--------------
end
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top