File: mips_core.c

package info (click to toggle)
alliance 5.0-20120515-6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 70,324 kB
  • ctags: 39,977
  • sloc: ansic: 350,299; vhdl: 34,227; yacc: 27,122; sh: 12,416; cpp: 9,478; makefile: 7,057; lex: 3,684
file content (17 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# include  <genlib.h>
# include  <dgn.h>

int main()
{
/*Preplacement du coeur*/
GENLIB_DEF_PHFIG("mips_core_place");

GENLIB_PLACE("mips_dpt","dpt",NOSYM,0,0);

/* boite d'aboutement */
GENLIB_DEF_AB(-150,-150,150,2000);

GENLIB_SAVE_PHFIG();

return 0;
}