Altera_Forum
Honored Contributor
10 years agoFirst Step of Transceiver Design
Hello everyone. I am currently working with a transceiver design project using Stratix V GT (5SGTMC7N). However, I have no experience with transceiver design (I only have some basic knowledge about verilog and FPGA). What I am planning to do is building a simple link via the GXB SMA connectors. Then I want to start a really low speed communication using push button as input method, so I write some assignment instructions like: assign GXB_TX_L11n = USER_PB. There is a compilation error said that I cannot connect general user input to on-chip terminal. Does this mean that I have to use IP cores to implement any transceiver designs? Or is there any way that I can fix this error and make a such design without using IP cores?
If the IP cores is necessary to my design, how can I get started? I read some altera wikis and went through some design examples but I still have no ideas about how to use IP cores. Thanks in advance.