Visible to Intel only — GUID: eis1412139978162
Ixiasoft
Visible to Intel only — GUID: eis1412139978162
Ixiasoft
Using Clear Box Generator
To generate the Intel® FPGA Temperature Sensor IP core using the clear box generator, perform the following steps:
- Create a text file (.txt) that contains your clear box ports and parameter settings in your working directory.
For example, c:\altera\10.0\quartus\work\sample_param_test.txt.
This figure shows a sample text file to generate the Intel® FPGA Temperature Sensor IP core.
Figure 4. Sample Text File for Clear Box GeneratorNote: Ensure that you enclose String-type values with double-quotes. - Access the command prompt of your operating system, and change the current directory to your working directory by typing the following command:
cd c:\altera\10.0\quartus\work\
The clear box executable file name is clearbox.exe.
Note: When you install the Intel® Quartus® Prime software, the %QUARTUS_ROOTDIR%\bin is added into your system’s environment variables. Therefore, you can run the clear box command from any directory. - To view the available ports and parameters for this IP core, type the following command at the command prompt of your operating system:
clearbox alttemp_sense -h
- To generate the Intel® FPGA Temperature Sensor IP core variation file based on the ports and parameter settings in the text file, type the following command:
clearbox alttemp_sense -f *.txt
For example, clearbox alttemp_sense -f sample_param_test.txt
- After the clear box generator generates the IP core variation files, you can instantiate the IP core module in a HDL file or a block diagram file in the Intel® Quartus® Prime software.
- To view the estimated hardware resources that the Intel® FPGA Temperature Sensor IP core uses, type the following command:
clearbox alttemp_sense -f sample_param_test.txt -resc_count
Note: This command does not generate a HDL file.