AN 819: Partial Reconfiguration over PCI Express* Reference Design for Intel® Stratix® 10 Devices
                    
                        ID
                        683560
                    
                
                
                    Date
                    9/24/2018
                
                
                    Public
                
            
                        
                        
                            
                                1.1. Reference Design Overview
                            
                            
                        
                            
                                1.2. Getting Started
                            
                            
                        
                            
                                1.3. Reference Design Components
                            
                            
                        
                            
                            
                                1.4. Compiling the Reference Design
                            
                        
                            
                                1.5. Testing the Reference Design
                            
                            
                        
                            
                            
                                1.6. Extending the Reference Design with Custom Persona
                            
                        
                            
                            
                                1.7. Document Revision History for AN 819: Partial Reconfiguration over PCI Express* Reference Design for Intel® Stratix® 10 Devices
                            
                        
                    
                1.5.3.1. Compiling the Example Applications
The reference design software applications are available in the software/util directory. Each application has a respective sub-directory structure, with a corresponding Makefile.
To build the example application:
 To compile the example_host module, type the following from the Linux shell: 
    
     
  
 
  cd source/util
make 
   
   This command generates the executable within the sub-directory. For example:
   
 
 ./example_host_uio -s 1  -n 100 -v This command seeds the input generation with a value of 1, perform 100 iterations, and print more information on the current status.