3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Remove dependency on ilang backend since we no longer use it

This commit is contained in:
Sahand Kashani 2020-04-08 23:59:22 +02:00
parent 9edf8869c1
commit ac388859e3

View file

@ -23,7 +23,6 @@
#include "kernel/celltypes.h"
#include "kernel/cellaigs.h"
#include "kernel/log.h"
#include "backends/ilang/ilang_backend.h"
#include <algorithm>
#include <string>
#include <vector>