3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 19:05:52 +00:00

Improved/simplified TCL bindings

This commit is contained in:
Clifford Wolf 2013-05-01 14:21:03 +02:00
parent 83c743f717
commit 97f783e668
3 changed files with 57 additions and 40 deletions

View file

@ -50,7 +50,6 @@ struct Pass
static void init_register();
static void done_register();
void register_tcl();
};
struct Frontend : Pass