source:
vis_dev/vis-2.1/examples/gcd/gcd.hint
@
11
Last change on this file since 11 was 11, checked in by , 13 years ago | |
---|---|
File size: 202 bytes |
Rev | Line | |
---|---|---|
[11] | 1 | g.x[7:1] = 0 * g.y[7:1] = 0; |
2 | g.x[7:2] = 0 * g.y[7:2] = 0; | |
3 | g.x[7:3] = 0 * g.y[7:3] = 0; | |
4 | g.x[7:4] = 0 * g.y[7:4] = 0; | |
5 | g.x[7:5] = 0 * g.y[7:5] = 0; | |
6 | g.x[7:6] = 0 * g.y[7:6] = 0; | |
7 | g.x[7] = 0 * g.y[7] = 0; | |
8 |
Note: See TracBrowser
for help on using the repository browser.