mirror of https://github.com/m-labs/artiq.git
runtime: remove generated service_table.h
This commit is contained in:
parent
72f9f7ed79
commit
0c62f0f69c
|
@ -4,6 +4,7 @@ __pycache__
|
||||||
*.bin
|
*.bin
|
||||||
*.elf
|
*.elf
|
||||||
*.fbi
|
*.fbi
|
||||||
|
soc/runtime/service_table.h
|
||||||
doc/manual/_build
|
doc/manual/_build
|
||||||
/build
|
/build
|
||||||
/dist
|
/dist
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
static const struct symbol syscalls[] = {
|
|
||||||
{"rpc", (void *)0x40021ab0},
|
|
||||||
{"rtio_oe", (void *)0x40021478},
|
|
||||||
{"rtio_set", (void *)0x400214d4},
|
|
||||||
{"rtio_get_counter", (void *)0x400214a0},
|
|
||||||
{"rtio_get", (void *)0x400215ec},
|
|
||||||
{"rtio_pileup_count", (void *)0x400216f4},
|
|
||||||
{"dds_phase_clear_en", (void *)0x400218a4},
|
|
||||||
{"dds_program", (void *)0x40021960},
|
|
||||||
{NULL, NULL}
|
|
||||||
};
|
|
||||||
static const struct symbol eh[] = {
|
|
||||||
{"setjmp", (void *)0x40021248},
|
|
||||||
{"push", (void *)0x400213c8},
|
|
||||||
{"pop", (void *)0x400212c0},
|
|
||||||
{"getid", (void *)0x400212e8},
|
|
||||||
{"raise", (void *)0x4002139c},
|
|
||||||
{NULL, NULL}
|
|
||||||
};
|
|
Loading…
Reference in New Issue