Talk About Network



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


Computer Aided Design - CAD > Logic synthesis > Single bit wire...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 334 of 418
Post > Topic >>

Single bit wires instead of [0:0] busses?

by "stefimkert" <stefimke@[EMAIL PROTECTED] > Jul 24, 2006 at 01:07 AM

How can I prevent the getting single bit busses as [0:0] in my verilog
netlist? I want just "wires" (std_logic's instead of
std_logic_vectors):

module lpesram(clk, d, q);
input  clk;
input  [0:0] d;
output [0:0] q;
wire [0:0] d;
wire [0:0] q;

    ...
endmodule


PS: I'm using DC 2005.09




 2 Posts in Topic:
Single bit wires instead of [0:0] busses?
"stefimkert" &l  2006-07-24 01:07:20 
Re: Single bit wires instead of [0:0] busses?
"Alvin Andries"  2006-07-26 19:27:20 

Post A Reply:
  Go here to Signup

AddThis Feed Button


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

Contact
tan12V112 Fri Jul 4 22:46:28 CDT 2008.