A newer version of this document is available. Customers should click here to go to the newest version.
                
                    
                    
                        1. JESD204B IP Quick Reference
                    
                
                    
                        2. About the JESD204B Intel® FPGA IP
                    
                    
                
                    
                        3. Getting Started
                    
                    
                
                    
                        4. JESD204B IP Functional Description
                    
                    
                
                    
                        5. JESD204B IP Deterministic Latency Implementation Guidelines
                    
                    
                
                    
                        6. JESD204B IP Debug Guidelines
                    
                    
                
                    
                    
                        7. JESD204B Intel® FPGA IP User Guide Archives
                    
                
                    
                    
                        8. Document Revision History for the JESD204B Intel® FPGA IP User Guide
                    
                
            
        
                        
                        
                            
                            
                                3.1. Introduction to Intel® FPGA IP Cores
                            
                        
                            
                            
                                3.2. Installing and Licensing Intel® FPGA IP Cores
                            
                        
                            
                            
                                3.3. Intel® FPGA IP Evaluation Mode
                            
                        
                            
                            
                                3.4. Upgrading IP Cores
                            
                        
                            
                            
                                3.5. IP Catalog and Parameter Editor
                            
                        
                            
                                3.6. Design Walkthrough
                            
                            
                        
                            
                            
                                3.7. JESD204B Design Examples
                            
                        
                            
                                3.8. JESD204B IP Design Considerations
                            
                            
                        
                            
                            
                                3.9. JESD204B Intel® FPGA IP Parameters
                            
                        
                            
                            
                                3.10. JESD204B IP Component Files
                            
                        
                            
                                3.11. JESD204B IP Testbench
                            
                            
                        
                    
                3.11.1.1. Generating the Testbench Simulation Model
To generate the testbench simulation model, execute the generated script (gen_sim_verilog.tcl or gen_sim_vhdl.tcl) located in the <example_design_directory>/ip_sim folder.
To run the Tcl script using the Intel® Quartus® Prime software, follow these steps:
- Launch the Intel® Quartus® Prime software.
 - On the View menu, click Utility Windows > Tcl Console.
 - In the Tcl Console, type cd <example_design_directory>/ip_sim to go to the specified directory.
 - Type source gen_sim_verilog.tcl (Verilog) or source gen_sim_vhdl.tcl (VHDL) to generate the simulation files.
 
To run the Tcl script using the command line, follow these steps:
- Obtain the Intel® Quartus® Prime software resource.
 - Type cd <example_design_directory>/ip_sim to go to the specified directory.
 - Type quartus_sh -t gen_sim_verilog.tcl (Verilog) or quartus_sh -t gen_sim_vhdl.tcl (VHDL) to generate the simulation files.