Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
intro_example:namespace [2025/05/17 11:50] – [Simulating with prsim script] rajit | intro_example:namespace [2025/05/17 11:51] (current) – [Creating a library of building blocks] rajit | ||
---|---|---|---|
Line 104: | Line 104: | ||
} | } | ||
- | adder FA; | + | adder fa; |
</ | </ | ||
Line 123: | Line 123: | ||
} | } | ||
- | adder FA; | + | adder fa; |
</ | </ | ||
Line 145: | Line 145: | ||
} | } | ||
- | adder FA; | + | adder fa; |
</ | </ | ||
Line 153: | Line 153: | ||
< | < | ||
- | prsim adder.prs < adder.scr | + | $ aflat adder.act > adder.prs |
+ | $ prsim adder.prs < adder.scr | ||
</ | </ | ||
Line 159: | Line 160: | ||
< | < | ||
- | prsim adder.prs | + | $ prsim adder.prs |
(Prsim) source adder.scr | (Prsim) source adder.scr | ||
</ | </ |