TR4 User Manual
82
www.terasic.com
March 30, 2017
4
<Project name>.qsf Quartus II Setting File
5
<Project name>.sdc Synopsis Design Constraints file for Quartus II
6
<Project name>.htm Pin Assignment Document
Users can use Quartus II software to add custom logic into the project and compile the project to
generate the SRAM Object File (.sof).
In addition, External Programmable PLL Configuration Controller IP will be instantiated in the
Quartus II top-level file as listed below:
ext_pll_ctrl u_ext_pll_ctrl
(
// system input
.osc_50(OSC_50_BANK1),
.rstn(rstn),
// device 1
.clk1_set_wr(clk1_set_wr),
.clk1_set_rd(),
// device 2
.clk2_set_wr(clk2_set_wr),
.clk2_set_rd(),
// device 3
.clk3_set_wr(clk3_set_wr),
.clk3_set_rd(),
// setting trigger
.conf_wr(conf_wr),
// 1T 50MHz
.conf_rd(),
// 1T 50MHz
// status
.conf_ready(),
// 2-wire interface
.max_sclk(MAX2_I2C_SCL),
.max_sdat(MAX2_I2C_SDA)
);
If dynamic PLL configuration is required, users need to modify the code according to users’ desired
PLL behavior.
Summary of Contents for TR4
Page 1: ...TR4 User Manual 1 www terasic com March 30 2017 y94 ...
Page 45: ...TR4 User Manual 42 www terasic com March 30 2017 Figure 2 24 Clock Connections of the TR4 ...
Page 58: ...TR4 User Manual 55 www terasic com March 30 2017 Figure 2 31 R199 R201 Position on TR4 ...
Page 67: ...TR4 User Manual 64 www terasic com March 30 2017 Figure 3 7 Access DDR3 SO DIMM Memory ...