Commit 8361b58d authored by Peter Jansweijer's avatar Peter Jansweijer

Set project properties for Virgo Demonstrator (default SPEC7 v2 for the time being)

parent de4a4161
Pipeline #3916 failed with stage
in 2 minutes and 7 seconds
......@@ -11,10 +11,10 @@
set version ""
# Reference Design (using fmc-dio-5chttla => https://ohwr.org/project/fmc-dio-5chttla/wikis/home)
# HPSEC Design (using Bulls-Eye connector)
set spec7_design spec7_ref_top
#set spec7_design spec7_hpsec_top
#set spec7_design spec7_ref_top
set spec7_design spec7_hpsec_top
# Uncomment the line below for older SPEC7v2
#set version "_v2"
set version "_v2"
# ====================================================
# ====================================================
......@@ -39,14 +39,14 @@ set pps_in "single"
# SELECT REFERENCE OSCILATOR TUNE SLOPE (DEFAULT TRUE):
# ====================================================
# Uncomment the line below when the reference oscillator has negative tune slope.
#set refclk_tune_pos_slope FALSE
set refclk_tune_pos_slope FALSE
# ====================================================
# ====================================================
# ENABLE IRIG_B OUTPUT (DEFAULT FALSE):
# ====================================================
# Uncomment the line below to enable IRIG_B on LA32
#set irig_b_enable TRUE
set irig_b_enable TRUE
# ====================================================
# Translate True/False into boolean values 1'b1, 1'b0, that are accepted by Vivado
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment