Target
s in the CG56 domain. The default-CG56
target is the default value. When you click OK, the dialog box appears with the parameters of the target. You can edit these, or accept the defaults. The next time you run the schematic, the selected target will be used.
STRING
) Default =rsh
commands are used to place files on that computer and to invoke the compiler. You should verify that your .rhosts file is properly configured so that rsh
will work.
STRING
) Default = $HOME/PTOLEMY_SYSTEMS
This is the directory to which all generated files will be written to.
STRING
) Default =INT
) Default = YES
If this flag is set to YES
, then the generated code will be displayed on the screen.
STRING
) Default = 0-4095
Valid x memory address locations. Default is 0-4095
, which means x:0 through x:4095 are valid memory addresses. Disjoint segments of memory can be specified by separating the contiguous ranges with spaces, e.g. "0-4095 5000-5500."
STRING
) Default = 0-4095
Valid y memory address locations. Default is 0-4095
, which means y:0 through y:4095 are valid memory addresses.
INT
) Default = -1
Setting this parameter to N makes the target attempt to generate a subroutine instead of in-line code for a star if the number of repetitions of that star is greater than N (use N=0 to generate subroutines even for stars with just 1 repetition). Set "subroutines?" to -1
(or any other negative integer) to disable the feature.
INT
) Default = NO
If YES
, then the target will report the actual amount of program, X data memory, and Y data memory used by the program in words.
ReadFile
and WriteFile
stars are passed on to the simulator by an automatically generated universe.cmd
file, which is sourced by the simulator.The options for this target are mostly the same as the ones for
default-CG56
above, except for the following:
INT
) Default = YES
If this option is set to YES
, then generated code is assembled using asm56000
program.
INT
) Default = YES
If YES
, then the assembled code is run on the Motorola simulator sim56000.
INT
) Default = YES
If YES
the simulator is run interactively (in which case one can add breakpoints, single step through code, etc.)
The options for this target are mostly the same as the ones for
default-CG56
, except for the following:
STRING
) Default =qdmterm_s56x -run
.
default-CG56
target.
The options for this target are mostly the same as the for
CGMultiTarget
, except for the following:
STRING
) Default = 4096-4195
Specifies the shared memory map to use for the communication stars.