Visible to Intel only — GUID: xot1561647283190
Ixiasoft
1. Overview of the Multi-Rail Power Sequencer and Monitor Reference Design
2. Architecture and Operation of the Multi-Rail Power Sequencer and Monitor Reference Design
3. Implementation and Simulation of the Multi-Rail Power Sequencer and Monitor Reference Design
4. Functionality Level and Resource Utilization Estimates
5. PCB Implementation for the Multi-Rail Power Sequencer and Monitor Reference Design
6. Document Revision History for the AN 896: Multi-Rail Power Sequencer and Monitor Reference Design
2.3.1. Reset Sequencer (Reset_Sequencer)
2.3.2. Modular ADC Core Intel® FPGA IP (ADC_Core)
2.3.3. Sequencer ADC Decoder (ADC_Decoder)
2.3.4. Sequencer Voltage Monitor (Sequencer_VMonitor)
2.3.5. PMBus* Slave to Avalon®-MM Master Bridge (PMBus_Slave)
2.3.6. Power Sequencer (Sequencer_Core)
2.3.7. Other Design Components
Visible to Intel only — GUID: xot1561647283190
Ixiasoft
3.3. Assigning Pins and Compiling the Design Example
After customizing the design and generating the HDL files in the Platform Designer, you can prepare and compile the design example.
- In the main Quartus® Prime window, with the design example project opened, click Assignments > Device from the main menu.
Figure 17. Select the Target Device in Quartus® Prime
- In the Device window, select the appropriate MAX® 10 device for your system and click OK.
If you want the sequencer to perform voltage monitoring, the device you select must have ADC support.
- Click Assignments > Pin Planner.
- In the Pin Planner window, drag pin names from the All Pins pane to the pin location on the physical representation of the device in the center of the Pin Planner window.
Alternatively, type the pin number in the Location column of the All Pins pane.Figure 18. Assigning Pins in the Pin Planner Window
- If you change the frequency of the reference clock to the PLL in Platform Designer, adjust the timing constraint for the reference clock input in the <installation directory>\quartus\sequencer.sdc file. Search for this line:
create_clock -name clk_ref -period 50.0MHz [get_ports {clk}]
For example, if you change the reference clock from 50 MHz to 25 MHz, change the line to:create_clock -name clk_ref -period 25.0MHz [get_ports {clk}]
- In the main Quartus® Prime window, click Processing > Start Compilation.
Alternatively, click the Start Compilation icon in the main Quartus® Prime toolbar.
After the compilation completes, use the <installation directory>\quartus\output_files\sequencer.pof to program the targeted MAX® 10 device.