3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Moved patmatch() to yosys.cc

This commit is contained in:
Clifford Wolf 2014-10-10 18:19:00 +02:00
parent 774933a0d8
commit ee5165c6e4
6 changed files with 65 additions and 95 deletions

View file

@ -19,9 +19,7 @@
#include <sys/types.h>
#include <unistd.h>
#include "kernel/yosys.h"
#include "kernel/patmatch.h"
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN

View file

@ -20,7 +20,6 @@
#include "kernel/yosys.h"
#include "kernel/celltypes.h"
#include "kernel/sigtools.h"
#include "kernel/patmatch.h"
#include <string.h>
#include <errno.h>

View file

@ -18,7 +18,6 @@
*/
#include "kernel/yosys.h"
#include "kernel/patmatch.h"
#include <stdlib.h>
#include <stdio.h>
#include <set>