Skip to content
Snippets Groups Projects
Commit bf1aaacb authored by Eric Kooistra's avatar Eric Kooistra
Browse files

DS explanation for modified ip_stratixiv_phy_xaui_soft.qip.

parent 72771cf6
No related branches found
No related tags found
No related merge requests found
1) ip_stratixiv_phy_xaui_soft.qip
The soft XAUI qip that is generated by the MegaWizard includes the following assignment:
set_global_assignment -library "lib_phy_xaui" -name SYSTEMVERILOG_FILE [file join $::quartus(qip_path) phy_xaui/altera_xcvr_xaui.sv]
...which assigns a file that is exactly the same as a file in the HARD xaui QIP, which causes ambiguity in Quartus. Therefore the assignment
has been stripped from the soft XAUI qip. The resulting QIP has been put in this dir and is read by Quartus instead of the generated QIP.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment