Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools:prsim [2020/04/30 11:14] – [Standard Test Script] rajit | tools:prsim [2025/05/01 13:27] (current) – [prsim: Production rule simulation] rajit | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== prsim: Production rule simulation ====== | ====== prsim: Production rule simulation ====== | ||
| + | |||
| + | //**Note: prsim is now deprecated; please use [[tools: | ||
| Before using '' | Before using '' | ||
| Line 75: | Line 77: | ||
| set current running mode. | set current running mode. | ||
| ^ Mode ^ Effect ^ | ^ Mode ^ Effect ^ | ||
| - | | '' | + | | '' |
| + | | '' | ||
| < | < | ||
| Line 165: | Line 169: | ||
| set time scale to <t> picoseconds for tracing | set time scale to <t> picoseconds for tracing | ||
| + | ==== ACT Attributes for simulation ==== | ||
| + | |||
| + | Attributes can be added to production rules specified in ACT as follows: | ||
| + | < | ||
| + | prs { | ||
| + | [after=20] a & b #> c- | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | Attributes currently recognized by '' | ||
| + | |||
| + | ^ Attribute ^ Meaning ^ | ||
| + | | after | used to set the delay in simulation time units for the production rule firing in non-random timing mode | | ||
| + | | weak | if there is a '' | ||
| + | | unstab | if there is an '' | ||
| ===== Large Files ===== | ===== Large Files ===== | ||