Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
intro_example:cadence_import [2023/12/12 08:25]
ifx_async [Example: FIFO boolean buffer]
intro_example:cadence_import [2024/03/13 09:50] (current)
ifx_async [Example: FIFO boolean buffer]
Line 64: Line 64:
 </code> </code>
 The names of the synthesized version are prefixed with sdt_ which stands for syntax-directed translation. The names of the synthesized version are prefixed with sdt_ which stands for syntax-directed translation.
-Then, in order to achieve the cell-mapping this the interact tool is launched in this way:+Then, in order to achieve the cell-mapping the interact tool is launched in this way:
 <code> <code>
 >interact -ref=1  >interact -ref=1 
Line 115: Line 115:
   *Replace '__' with '_'   *Replace '__' with '_'
   *Replace '_syn' with 'syn'   *Replace '_syn' with 'syn'
 +  *Replace '_std' with 'std'
   *Replace '([ \t]*\n){3,}' with ' ' - eliminating empty gaps   *Replace '([ \t]*\n){3,}' with ' ' - eliminating empty gaps
   *Erase all empty modules (manually).   *Erase all empty modules (manually).