Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Play Stock Market Games
Fantasy Stock Picking Contest

Computer Aided Design - CAD > Logic synthesis > "assign" warnin...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 360 of 421
Post > Topic >>

"assign" warnings after synthesis

by "Verictor" <stehuang@[EMAIL PROTECTED] > Feb 12, 2007 at 04:04 PM

Hi,

I obtained some "assign" warnings after synthesis. I understand why
but how do I remove them? Here is a simple example of my circuit:

output a;
wire      a_wire;

always @[EMAIL PROTECTED]
(posedge clk) begin
      call_module(.something(a_wire), ...);  // call_module is another
module
      ....
end

assign a = a_wire;

In this case, since a and a_wire are the same, synthesis tool just
optimized it and issued an "assign" warning. If looking into the
netlist, we will see this

assign a = nxxx;

How do I solve this?

Thanks.
 




 1 Posts in Topic:
"assign" warnings after synthesis
"Verictor" <  2007-02-12 16:04:13 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Aug 7 19:12:48 CDT 2008.