File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
fi
14
14
15
15
echo " Building common library/generators..." && \
16
- make install_inc && \
16
+ make -C common install_inc && \
17
17
make -C common install && \
18
18
make -C pgen install
19
19
Original file line number Diff line number Diff line change 26
26
#include < config.h>
27
27
#include < misc.h>
28
28
#include < array.h>
29
- #include < act/lang.h>
30
- #include < act/passes/netlist.h>
31
29
#include " tech.h"
32
30
33
31
#define BUF_SZ 10240
@@ -67,8 +65,11 @@ static void verify_range_table (const char *nm)
67
65
}
68
66
}
69
67
70
- #define PTYPE EDGE_PFET
71
- #define NTYPE EDGE_NFET
68
+ // #define PTYPE EDGE_PFET
69
+ // #define NTYPE EDGE_NFET
70
+ #define PTYPE 1
71
+ #define NTYPE 0
72
+ extern const char *act_dev_value_to_string (int );
72
73
73
74
/* ------------------------------------------------------------------------
74
75
*
You can’t perform that action at this time.
0 commit comments