3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 05:08:56 +00:00

Improvements in simplemap api, added $ne $nex $eq $eqx support

This commit is contained in:
Clifford Wolf 2014-12-24 10:49:24 +01:00
parent edb3c9d0c4
commit 4aa9fbbf3f
4 changed files with 112 additions and 75 deletions

View file

@ -26,13 +26,11 @@
#include <stdio.h>
#include <string.h>
#include "simplemap.h"
#include "passes/techmap/techmap.inc"
YOSYS_NAMESPACE_BEGIN
// see simplemap.cc
extern void simplemap_get_mappers(std::map<RTLIL::IdString, void(*)(RTLIL::Module*, RTLIL::Cell*)> &mappers);
// see maccmap.cc
extern void maccmap(RTLIL::Module *module, RTLIL::Cell *cell, bool unmap = false);