Forum Discussion
Altera_Forum
Honored Contributor
9 years agoModule Declaration Question for Transceiver Design
Hi, I was hoping someone could answer a fairly simple question. Here is my module declaration code for a transceiver design: module xcvr_prbs ( //inputs input wire phy_mgmt_clk, input ...
Altera_Forum
Honored Contributor
9 years agoThanks for the response. However, in my design, there are single declarations of different variables, not multiple declarations of the same variable; some are declared inside the parenthesis, some are outside. At least, this is what the native phy example I am following does and I am not sure how to decide what variables to declare inside and outside the module declaration.