3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added "kernel/yosys.h" and "kernel/yosys.cc"

This commit is contained in:
Clifford Wolf 2014-07-30 14:10:15 +02:00
parent 273383692a
commit a7c6b37abf
8 changed files with 133 additions and 61 deletions

View file

@ -30,9 +30,7 @@
#include <algorithm>
#include <exception>
#include "kernel/rtlil.h"
#include "kernel/register.h"
#include "kernel/log.h"
#include "kernel/yosys.h"
bool fgetline(FILE *f, std::string &buffer)
{