source: vis_dev/vis-2.1/examples/gcd/gcd.hint @ 11

Last change on this file since 11 was 11, checked in by cecile, 13 years ago

Add vis

File size: 202 bytes
Line 
1g.x[7:1] = 0 * g.y[7:1] = 0;
2g.x[7:2] = 0 * g.y[7:2] = 0;
3g.x[7:3] = 0 * g.y[7:3] = 0;
4g.x[7:4] = 0 * g.y[7:4] = 0;
5g.x[7:5] = 0 * g.y[7:5] = 0;
6g.x[7:6] = 0 * g.y[7:6] = 0;
7g.x[7] = 0   * g.y[7] = 0;
8
Note: See TracBrowser for help on using the repository browser.