Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref_pll5: change operation mode to source synchronous #340

Open
wants to merge 2 commits into
base: fallout
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/pll/arria5/ref_pll5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-- Retrieval info: <generic name="gui_pll_mode" value="Integer-N PLL" />
-- Retrieval info: <generic name="gui_reference_clock_frequency" value="125.0" />
-- Retrieval info: <generic name="gui_channel_spacing" value="0.0" />
-- Retrieval info: <generic name="gui_operation_mode" value="lvds" />
-- Retrieval info: <generic name="gui_operation_mode" value="source synchronous" />
-- Retrieval info: <generic name="gui_feedback_clock" value="Global Clock" />
-- Retrieval info: <generic name="gui_fractional_cout" value="32" />
-- Retrieval info: <generic name="gui_dsm_out_sel" value="1st_order" />
Expand Down
2 changes: 1 addition & 1 deletion syn/gsi_pexp/control/pexp_control.qsf
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ set_global_assignment -name QIP_FILE ../../../modules/pll/arria5/sys_pll5.qip
set_global_assignment -name QSYS_FILE ../../../modules/temp_sens/temp_sens.qsys
set_global_assignment -name RELEASE_CLEARS_BEFORE_TRI_STATES ON
set_global_assignment -name SDC_FILE ../../../top/common/arria5.sdc
set_global_assignment -name SEED 191
set_global_assignment -name SEED 239
set_global_assignment -name SMART_RECOMPILE ON
set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "2.5 V"
set_global_assignment -name STRATIXII_CONFIGURATION_DEVICE EPCQ256
Expand Down