Skip to content

Commit 60afc16

Browse files
committed
Add generate .rbf file in quartus
Signed-off-by: Michael Brown <producer@holotronic.dk>
1 parent 7641a74 commit 60afc16

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

HW/QuartusProjects/DE10_Nano_SoC_FB_DB25/DE10_Nano_SoC_FB_DB25.qsf

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,4 +716,16 @@ set_global_assignment -name QIP_FILE ../Common/hdmi_config.qip
716716
set_global_assignment -name VHDL_FILE DE10_Nano_SoC_FB_DB25.vhd
717717

718718

719-
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top
719+
720+
set_global_assignment -name ENABLE_OCT_DONE OFF
721+
set_global_assignment -name ENABLE_CONFIGURATION_PINS OFF
722+
set_global_assignment -name ENABLE_BOOT_SEL_PIN OFF
723+
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
724+
set_global_assignment -name GENERATE_RBF_FILE ON
725+
set_global_assignment -name CRC_ERROR_OPEN_DRAIN ON
726+
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -rise
727+
set_global_assignment -name OUTPUT_IO_TIMING_NEAR_END_VMEAS "HALF VCCIO" -fall
728+
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -rise
729+
set_global_assignment -name OUTPUT_IO_TIMING_FAR_END_VMEAS "HALF SIGNAL SWING" -fall
730+
set_global_assignment -name ACTIVE_SERIAL_CLOCK FREQ_100MHZ
731+
set_instance_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top

0 commit comments

Comments
 (0)