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.

Verilog syntax problem

Status
Not open for further replies.

mediatek

Member level 1
Joined
Sep 5, 2003
Messages
41
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
334
Q1. X is tri port in module A
Y is tri port in module B
if I set wire Z=X
then A a1 (.X(X));// now X=1
B b1 (.Y(Z));// Z= unknow
but if B b1 (.Y(X));// then Y =1
why?
Q2.
Is there any document mention about verilog syntax
ex.
*weak0, weak1) buf ....................
 

You find IEEE standard about Verilog
I don't remember exactly the document name now.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top