Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
intro_example:namespace [2022/05/13 13:20] – rajit | intro_example:namespace [2025/05/17 11:51] (current) – [Creating a library of building blocks] rajit | ||
---|---|---|---|
Line 86: | Line 86: | ||
} | } | ||
</ | </ | ||
+ | |||
+ | Note the use of the '' | ||
As shown below, this library is imported in a new ACT file '' | As shown below, this library is imported in a new ACT file '' | ||
Line 102: | Line 104: | ||
} | } | ||
- | adder FA; | + | adder fa; |
</ | </ | ||
Line 121: | Line 123: | ||
} | } | ||
- | adder FA; | + | adder fa; |
</ | </ | ||
Line 143: | Line 145: | ||
} | } | ||
- | adder FA; | + | adder fa; |
</ | </ | ||
Line 151: | Line 153: | ||
< | < | ||
- | prsim adder.act < adder.scr | + | $ aflat adder.act |
+ | $ prsim adder.prs | ||
</ | </ | ||
Line 157: | Line 160: | ||
< | < | ||
- | prsim adder.act | + | $ prsim adder.prs |
(Prsim) source adder.scr | (Prsim) source adder.scr | ||
</ | </ |