Visible to Intel only — GUID: mwh1416947062138
Ixiasoft
Visible to Intel only — GUID: mwh1416947062138
Ixiasoft
15.6.1. Command Arguments
- Quoted Windows—A drive letter followed by a colon, followed by directory names delimited with backslashes, surrounded by double quotes. Example of a quoted Windows absolute path:"c:\altera\72\nios2eds\examples\verilog\niosII_cyclone_1c20\standard"
Quoted Windows relative paths omit the drive letter, and begin with two periods followed by a backslash. Example:
"..\niosII_cyclone_1c20\standard" - Escaped Windows—The same as quoted Windows, except that each backslash is replaced by a double backslash, and the double quotes are omitted. Examples:c:\altera\72\nios2eds\examples\verilog\niosII_cyclone_1c20\standard ..\niosII_cyclone_1c20\standard
- Linux—An optional forward slash, followed by directory names delimited with forward slashes. Examples:/altera/72/nios2eds/examples/verilog/niosII_cyclone_1c20/standard
verilog/niosII_cyclone_1c20/standard
Linux relative paths begin with two periods followed by a forward slash. Example:
../niosII_cyclone_1c20/standard - Mixed—The same as quoted Windows, except that each backslash is replaced by a forward slash, and the double quotes are omitted. Examples:c:/altera/72/nios2eds/examples/verilog/niosII_cyclone_1c20/standard../niosII_cyclone_1c20/standard
- Cygwin—An absolute Cygwin path consists of the pseudo-directory name
"/cygdrive/", followed by the lower case Windows drive name, followed by directory names delimited with forward slashes. Example:/cygdrive/c/altera/72/nios2eds/examples/verilog/niosII_cyclone_1c20/standard
Cygwin relative paths are the same as Linux relative paths. Example:
../niosII_cyclone_1c20/standard
The Nios II SBT accepts both relative and absolute path names.