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:
parent
273383692a
commit
a7c6b37abf
8 changed files with 133 additions and 61 deletions
|
@ -17,21 +17,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "kernel/yosys.h"
|
||||
|
||||
#ifndef RTLIL_H
|
||||
#define RTLIL_H
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "kernel/log.h"
|
||||
#include <initializer_list>
|
||||
|
||||
// various helpers (unrelated to RTLIL)
|
||||
std::string stringf(const char *fmt, ...);
|
||||
#define SIZE(__obj) int(__obj.size())
|
||||
|
||||
namespace RTLIL
|
||||
{
|
||||
enum State : unsigned char {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue