== Build Framework == Once app_sub.ngc has been copied to current ISE project folder, we are now ready to build the framework and generate a bit file for FPGA download. [[BR]][[BR]] Perform following operations : 1. Start Xilinx ISE 2. Open CRKit project located at d:\hw\cr_build\cr_r3_sim\cr_r3.ise . The opened project should look like as shown in Figure 1. __Figure 1 - ISE cr_r3 project__ [[BR]][[BR]] [[Image(ise.png, 1500px)]] [[BR]][[BR]] 3. You have the option to re-synthesize the framework. Note the application module e.g. app_sub.ngc is not synthesized at this stage, this has been done within MATLAB/Simulink. To synthesize the framework, right-click on 'Synthesize - XST' in processes window, and select run or re-run. This step can be skipped if you already have synthesize the framework at an earlier stage, hence save some build time. 4. Proceed with the place/route stage. Right-click on 'Implement Design' in processes window, and select run or re-run. Once this step is completed succesfully, you should see 'All Signals Completely Routed' and 'All Constraints Met' under the project status as shown in Figure 2. __Figure 1 - Project Status__ [[BR]][[BR]] [[Image(ise_status.png, 700px)]] [[BR]][[BR]]