2016-04-16 16:20:49 -05:00
|
|
|
/*
|
|
|
|
* yosys -- Yosys Open SYnthesis Suite
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 Clifford Wolf <clifford@clifford.at>
|
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
|
|
* copyright notice and this permission notice appear in all copies.
|
|
|
|
*
|
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
|
|
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
|
|
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
|
|
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
|
|
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "kernel/yosys.h"
|
|
|
|
#include "kernel/sigtools.h"
|
|
|
|
|
|
|
|
USING_YOSYS_NAMESPACE
|
|
|
|
PRIVATE_NAMESPACE_BEGIN
|
|
|
|
|
2016-04-22 12:42:08 -05:00
|
|
|
struct ShregmapTech
|
|
|
|
{
|
|
|
|
virtual ~ShregmapTech() { }
|
2019-03-15 21:13:40 -05:00
|
|
|
virtual void init(const Module * /*module*/, const SigMap &/*sigmap*/) {}
|
|
|
|
virtual void non_chain_user(const SigBit &/*bit*/, const Cell* /*cell*/, IdString /*port*/) {}
|
|
|
|
virtual bool analyze(vector<int> &taps, const vector<SigBit> &qbits) = 0;
|
2016-04-23 16:10:13 -05:00
|
|
|
virtual bool fixup(Cell *cell, dict<int, SigBit> &taps) = 0;
|
2016-04-22 12:42:08 -05:00
|
|
|
};
|
|
|
|
|
2016-04-16 16:20:49 -05:00
|
|
|
struct ShregmapOptions
|
|
|
|
{
|
|
|
|
int minlen, maxlen;
|
|
|
|
int keep_before, keep_after;
|
2019-03-14 11:01:48 -05:00
|
|
|
bool zinit, init, params, ffe;
|
2016-04-17 08:37:22 -05:00
|
|
|
dict<IdString, pair<IdString, IdString>> ffcells;
|
2016-04-22 12:42:08 -05:00
|
|
|
ShregmapTech *tech;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
|
|
|
ShregmapOptions()
|
|
|
|
{
|
|
|
|
minlen = 2;
|
|
|
|
maxlen = 0;
|
|
|
|
keep_before = 0;
|
|
|
|
keep_after = 0;
|
2016-04-18 04:44:10 -05:00
|
|
|
zinit = false;
|
|
|
|
init = false;
|
2016-04-18 04:58:21 -05:00
|
|
|
params = false;
|
|
|
|
ffe = false;
|
2016-04-22 12:42:08 -05:00
|
|
|
tech = nullptr;
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
struct ShregmapTechGreenpak4 : ShregmapTech
|
|
|
|
{
|
2019-03-15 21:13:40 -05:00
|
|
|
bool analyze(vector<int> &taps, const vector<SigBit> &/*qbits*/)
|
2016-04-22 12:42:08 -05:00
|
|
|
{
|
2016-04-23 16:10:13 -05:00
|
|
|
if (GetSize(taps) > 2 && taps[0] == 0 && taps[2] < 17) {
|
|
|
|
taps.clear();
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2016-04-22 12:42:08 -05:00
|
|
|
if (GetSize(taps) > 2)
|
|
|
|
return false;
|
|
|
|
|
2016-04-23 16:10:13 -05:00
|
|
|
if (taps.back() > 16) return false;
|
2016-04-22 12:42:08 -05:00
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2016-04-23 16:10:13 -05:00
|
|
|
bool fixup(Cell *cell, dict<int, SigBit> &taps)
|
2016-04-22 12:42:08 -05:00
|
|
|
{
|
|
|
|
auto D = cell->getPort("\\D");
|
|
|
|
auto C = cell->getPort("\\C");
|
|
|
|
|
|
|
|
auto newcell = cell->module->addCell(NEW_ID, "\\GP_SHREG");
|
|
|
|
newcell->setPort("\\nRST", State::S1);
|
|
|
|
newcell->setPort("\\CLK", C);
|
|
|
|
newcell->setPort("\\IN", D);
|
|
|
|
|
|
|
|
int i = 0;
|
|
|
|
for (auto tap : taps) {
|
|
|
|
newcell->setPort(i ? "\\OUTB" : "\\OUTA", tap.second);
|
2016-05-04 19:04:50 -05:00
|
|
|
newcell->setParam(i ? "\\OUTB_TAP" : "\\OUTA_TAP", tap.first + 1);
|
2016-04-22 12:42:08 -05:00
|
|
|
i++;
|
|
|
|
}
|
|
|
|
|
|
|
|
cell->setParam("\\OUTA_INVERT", 0);
|
|
|
|
return false;
|
2016-04-16 16:20:49 -05:00
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
struct ShregmapTechXilinx7 : ShregmapTech
|
2016-04-16 16:20:49 -05:00
|
|
|
{
|
2019-03-22 20:32:42 -05:00
|
|
|
dict<SigBit, std::tuple<Cell*,int,int>> sigbit_to_shiftx_offset;
|
2016-04-16 16:20:49 -05:00
|
|
|
const ShregmapOptions &opts;
|
2016-04-18 04:44:10 -05:00
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
ShregmapTechXilinx7(const ShregmapOptions &opts) : opts(opts) {}
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
virtual void init(const Module* module, const SigMap &sigmap) override
|
|
|
|
{
|
2019-03-21 12:20:27 -05:00
|
|
|
for (const auto &i : module->cells_) {
|
2019-03-15 21:13:40 -05:00
|
|
|
auto cell = i.second;
|
2019-03-22 19:46:49 -05:00
|
|
|
if (cell->type == "$shiftx") {
|
|
|
|
if (cell->getParam("\\Y_WIDTH") != 1) continue;
|
|
|
|
int j = 0;
|
|
|
|
for (auto bit : sigmap(cell->getPort("\\A")))
|
2019-03-22 20:32:42 -05:00
|
|
|
sigbit_to_shiftx_offset[bit] = std::make_tuple(cell, j++, 0);
|
2019-03-22 19:46:49 -05:00
|
|
|
log_assert(j == cell->getParam("\\A_WIDTH").as_int());
|
|
|
|
}
|
2019-03-23 01:22:19 -05:00
|
|
|
else if (cell->type == "$mux") {
|
|
|
|
int j = 0;
|
2019-04-08 17:57:07 -05:00
|
|
|
for (auto bit : sigmap(cell->getPort("\\A")))
|
2019-03-23 01:22:19 -05:00
|
|
|
sigbit_to_shiftx_offset[bit] = std::make_tuple(cell, 0, j++);
|
|
|
|
j = 0;
|
|
|
|
for (auto bit : sigmap(cell->getPort("\\B")))
|
|
|
|
sigbit_to_shiftx_offset[bit] = std::make_tuple(cell, 1, j++);
|
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
}
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
virtual void non_chain_user(const SigBit &bit, const Cell *cell, IdString port) override
|
2016-04-16 16:20:49 -05:00
|
|
|
{
|
2019-03-16 14:49:46 -05:00
|
|
|
auto it = sigbit_to_shiftx_offset.find(bit);
|
|
|
|
if (it == sigbit_to_shiftx_offset.end())
|
2019-03-15 21:13:40 -05:00
|
|
|
return;
|
2019-03-22 19:46:49 -05:00
|
|
|
if (cell) {
|
|
|
|
if (cell->type == "$shiftx" && port == "\\A")
|
|
|
|
return;
|
2019-03-23 01:22:19 -05:00
|
|
|
if (cell->type == "$mux" && (port == "\\A" || port == "\\B"))
|
|
|
|
return;
|
2019-03-22 19:46:49 -05:00
|
|
|
}
|
2019-03-18 18:12:19 -05:00
|
|
|
sigbit_to_shiftx_offset.erase(it);
|
2019-03-15 21:13:40 -05:00
|
|
|
}
|
2016-04-17 08:37:22 -05:00
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
virtual bool analyze(vector<int> &taps, const vector<SigBit> &qbits) override
|
|
|
|
{
|
|
|
|
if (GetSize(taps) == 1)
|
2019-04-05 19:35:49 -05:00
|
|
|
return taps[0] >= opts.minlen-1 && sigbit_to_shiftx_offset.count(qbits[0]);
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
if (taps.back() < opts.minlen-1)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
Cell *shiftx = nullptr;
|
2019-03-22 20:32:42 -05:00
|
|
|
int group = 0;
|
2019-03-15 21:13:40 -05:00
|
|
|
for (int i = 0; i < GetSize(taps); ++i) {
|
2019-04-05 19:35:49 -05:00
|
|
|
auto it = sigbit_to_shiftx_offset.find(qbits[i]);
|
|
|
|
if (it == sigbit_to_shiftx_offset.end())
|
|
|
|
return false;
|
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
// Check taps are sequential
|
|
|
|
if (i != taps[i])
|
|
|
|
return false;
|
|
|
|
// Check taps are not connected to a shift register,
|
|
|
|
// or sequential to the same shift register
|
|
|
|
if (i == 0) {
|
2019-04-05 19:35:49 -05:00
|
|
|
int offset;
|
|
|
|
std::tie(shiftx,offset,group) = it->second;
|
|
|
|
if (offset != i)
|
2019-03-18 18:12:19 -05:00
|
|
|
return false;
|
2019-03-15 21:13:40 -05:00
|
|
|
}
|
|
|
|
else {
|
2019-04-05 19:35:49 -05:00
|
|
|
Cell *shiftx_ = std::get<0>(it->second);
|
|
|
|
if (shiftx_ != shiftx)
|
|
|
|
return false;
|
|
|
|
int offset = std::get<1>(it->second);
|
|
|
|
if (offset != i)
|
|
|
|
return false;
|
|
|
|
int group_ = std::get<2>(it->second);
|
|
|
|
if (group_ != group)
|
2019-03-18 18:12:19 -05:00
|
|
|
return false;
|
2016-04-16 16:20:49 -05:00
|
|
|
}
|
|
|
|
}
|
2019-03-18 18:12:19 -05:00
|
|
|
log_assert(shiftx);
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-18 18:12:19 -05:00
|
|
|
// Only map if $shiftx exclusively covers the shift register
|
2019-03-22 19:46:49 -05:00
|
|
|
if (shiftx->type == "$shiftx") {
|
2019-04-28 15:04:34 -05:00
|
|
|
if (GetSize(taps) > shiftx->getParam("\\A_WIDTH").as_int())
|
|
|
|
return false;
|
|
|
|
// Due to padding the most significant bits of A may be 1'bx,
|
|
|
|
// and if so, discount them
|
|
|
|
if (GetSize(taps) < shiftx->getParam("\\A_WIDTH").as_int()) {
|
|
|
|
const SigSpec A = shiftx->getPort("\\A");
|
|
|
|
const int A_width = shiftx->getParam("\\A_WIDTH").as_int();
|
|
|
|
for (int i = GetSize(taps); i < A_width; ++i)
|
|
|
|
if (A[i] != RTLIL::Sx) return false;
|
|
|
|
}
|
|
|
|
else if (GetSize(taps) != shiftx->getParam("\\A_WIDTH").as_int())
|
2019-03-22 19:46:49 -05:00
|
|
|
return false;
|
|
|
|
}
|
2019-03-23 01:22:19 -05:00
|
|
|
else if (shiftx->type == "$mux") {
|
|
|
|
if (GetSize(taps) != 2)
|
|
|
|
return false;
|
|
|
|
}
|
2019-03-22 19:46:49 -05:00
|
|
|
else log_abort();
|
2019-03-16 10:51:13 -05:00
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
return true;
|
2016-04-16 16:20:49 -05:00
|
|
|
}
|
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
virtual bool fixup(Cell *cell, dict<int, SigBit> &taps) override
|
2016-04-16 16:20:49 -05:00
|
|
|
{
|
2019-03-15 21:13:40 -05:00
|
|
|
const auto &tap = *taps.begin();
|
|
|
|
auto bit = tap.second;
|
2019-03-19 23:58:05 -05:00
|
|
|
|
2019-03-16 14:49:46 -05:00
|
|
|
auto it = sigbit_to_shiftx_offset.find(bit);
|
2019-04-05 19:35:49 -05:00
|
|
|
log_assert(it != sigbit_to_shiftx_offset.end());
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-19 23:58:05 -05:00
|
|
|
auto newcell = cell->module->addCell(NEW_ID, "$__XILINX_SHREG_");
|
2019-04-08 18:24:20 -05:00
|
|
|
newcell->set_src_attribute(cell->get_src_attribute());
|
2019-03-19 23:58:05 -05:00
|
|
|
newcell->setParam("\\DEPTH", cell->getParam("\\DEPTH"));
|
|
|
|
newcell->setParam("\\INIT", cell->getParam("\\INIT"));
|
|
|
|
newcell->setParam("\\CLKPOL", cell->getParam("\\CLKPOL"));
|
|
|
|
newcell->setParam("\\ENPOL", cell->getParam("\\ENPOL"));
|
|
|
|
|
|
|
|
newcell->setPort("\\C", cell->getPort("\\C"));
|
|
|
|
newcell->setPort("\\D", cell->getPort("\\D"));
|
2019-03-23 18:09:38 -05:00
|
|
|
if (cell->hasPort("\\E"))
|
|
|
|
newcell->setPort("\\E", cell->getPort("\\E"));
|
2019-03-19 23:58:05 -05:00
|
|
|
|
2019-03-22 20:32:42 -05:00
|
|
|
Cell* shiftx = std::get<0>(it->second);
|
|
|
|
RTLIL::SigSpec l_wire, q_wire;
|
2019-03-22 19:46:49 -05:00
|
|
|
if (shiftx->type == "$shiftx") {
|
|
|
|
l_wire = shiftx->getPort("\\B");
|
2019-03-22 20:32:42 -05:00
|
|
|
q_wire = shiftx->getPort("\\Y");
|
|
|
|
shiftx->setPort("\\Y", cell->module->addWire(NEW_ID));
|
2019-03-22 19:46:49 -05:00
|
|
|
}
|
2019-03-23 01:22:19 -05:00
|
|
|
else if (shiftx->type == "$mux") {
|
|
|
|
l_wire = shiftx->getPort("\\S");
|
|
|
|
q_wire = shiftx->getPort("\\Y");
|
|
|
|
shiftx->setPort("\\Y", cell->module->addWire(NEW_ID));
|
|
|
|
}
|
2019-03-22 19:46:49 -05:00
|
|
|
else log_abort();
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-22 20:32:42 -05:00
|
|
|
newcell->setPort("\\Q", q_wire);
|
2019-03-22 19:46:49 -05:00
|
|
|
newcell->setPort("\\L", l_wire);
|
2019-03-19 17:05:08 -05:00
|
|
|
|
2019-03-19 23:58:05 -05:00
|
|
|
return false;
|
2019-03-15 21:13:40 -05:00
|
|
|
}
|
|
|
|
};
|
2016-04-17 08:37:22 -05:00
|
|
|
|
|
|
|
|
2019-03-15 21:13:40 -05:00
|
|
|
struct ShregmapWorker
|
|
|
|
{
|
2019-03-20 14:28:39 -05:00
|
|
|
Module *module;
|
|
|
|
SigMap sigmap;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
const ShregmapOptions &opts;
|
|
|
|
int dff_count, shreg_count;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
pool<Cell*> remove_cells;
|
|
|
|
pool<SigBit> remove_init;
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
dict<SigBit, bool> sigbit_init;
|
|
|
|
dict<SigBit, Cell*> sigbit_chain_next;
|
|
|
|
dict<SigBit, Cell*> sigbit_chain_prev;
|
|
|
|
pool<SigBit> sigbit_with_non_chain_users;
|
|
|
|
pool<Cell*> chain_start_cells;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
void make_sigbit_chain_next_prev()
|
2016-04-16 16:20:49 -05:00
|
|
|
{
|
2019-03-20 14:28:39 -05:00
|
|
|
for (auto wire : module->wires())
|
|
|
|
{
|
|
|
|
if (wire->port_output || wire->get_bool_attribute("\\keep")) {
|
|
|
|
for (auto bit : sigmap(wire)) {
|
|
|
|
sigbit_with_non_chain_users.insert(bit);
|
|
|
|
if (opts.tech) opts.tech->non_chain_user(bit, nullptr, {});
|
|
|
|
}
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (wire->attributes.count("\\init")) {
|
|
|
|
SigSpec initsig = sigmap(wire);
|
|
|
|
Const initval = wire->attributes.at("\\init");
|
|
|
|
for (int i = 0; i < GetSize(initsig) && i < GetSize(initval); i++)
|
|
|
|
if (initval[i] == State::S0 && !opts.zinit)
|
|
|
|
sigbit_init[initsig[i]] = false;
|
|
|
|
else if (initval[i] == State::S1)
|
|
|
|
sigbit_init[initsig[i]] = true;
|
|
|
|
}
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
for (auto cell : module->cells())
|
2019-03-15 21:13:40 -05:00
|
|
|
{
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.ffcells.count(cell->type) && !cell->get_bool_attribute("\\keep"))
|
|
|
|
{
|
|
|
|
IdString d_port = opts.ffcells.at(cell->type).first;
|
|
|
|
IdString q_port = opts.ffcells.at(cell->type).second;
|
|
|
|
|
|
|
|
SigBit d_bit = sigmap(cell->getPort(d_port).as_bit());
|
|
|
|
SigBit q_bit = sigmap(cell->getPort(q_port).as_bit());
|
|
|
|
|
|
|
|
if (opts.init || sigbit_init.count(q_bit) == 0)
|
|
|
|
{
|
2019-06-10 18:16:40 -05:00
|
|
|
auto r = sigbit_chain_next.insert(std::make_pair(d_bit, cell));
|
2019-06-11 18:05:42 -05:00
|
|
|
if (!r.second) {
|
2019-06-20 18:57:54 -05:00
|
|
|
// Insertion not successful means that d_bit is already
|
|
|
|
// connected to another register, thus mark it as a
|
|
|
|
// non chain user ...
|
2019-03-20 14:28:39 -05:00
|
|
|
sigbit_with_non_chain_users.insert(d_bit);
|
2019-06-20 18:57:54 -05:00
|
|
|
// ... and clone d_bit into another wire, and use that
|
|
|
|
// wire as a different key in the d_bit-to-cell dictionary
|
|
|
|
// so that it can be identified as another chain
|
|
|
|
// (omitting this common flop)
|
|
|
|
// Link: https://github.com/YosysHQ/yosys/pull/1085
|
|
|
|
// NB: This relies on us not updating sigmap with this
|
|
|
|
// alias otherwise it would think they are the same
|
|
|
|
// wire
|
2019-06-11 18:05:42 -05:00
|
|
|
Wire *wire = module->addWire(NEW_ID);
|
|
|
|
module->connect(wire, d_bit);
|
|
|
|
sigbit_chain_next.insert(std::make_pair(wire, cell));
|
|
|
|
}
|
2019-03-20 14:28:39 -05:00
|
|
|
|
|
|
|
sigbit_chain_prev[q_bit] = cell;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
for (auto conn : cell->connections())
|
|
|
|
if (cell->input(conn.first))
|
|
|
|
for (auto bit : sigmap(conn.second)) {
|
|
|
|
sigbit_with_non_chain_users.insert(bit);
|
|
|
|
if (opts.tech) opts.tech->non_chain_user(bit, cell, conn.first);
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
void find_chain_start_cells()
|
2016-04-16 16:20:49 -05:00
|
|
|
{
|
2019-03-20 14:28:39 -05:00
|
|
|
for (auto it : sigbit_chain_next)
|
|
|
|
{
|
|
|
|
if (opts.tech == nullptr && sigbit_with_non_chain_users.count(it.first))
|
|
|
|
goto start_cell;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-06-11 18:05:42 -05:00
|
|
|
if (sigbit_chain_prev.count(it.first) != 0)
|
2019-03-20 14:28:39 -05:00
|
|
|
{
|
2019-06-11 18:05:42 -05:00
|
|
|
Cell *c1 = sigbit_chain_prev.at(it.first);
|
|
|
|
Cell *c2 = it.second;
|
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (c1->type != c2->type)
|
|
|
|
goto start_cell;
|
2016-04-22 12:42:08 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (c1->parameters != c2->parameters)
|
|
|
|
goto start_cell;
|
2016-04-23 16:10:13 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
IdString d_port = opts.ffcells.at(c1->type).first;
|
|
|
|
IdString q_port = opts.ffcells.at(c1->type).second;
|
2016-04-22 12:42:08 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
auto c1_conn = c1->connections();
|
|
|
|
auto c2_conn = c1->connections();
|
2016-04-22 12:42:08 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
c1_conn.erase(d_port);
|
|
|
|
c1_conn.erase(q_port);
|
2016-04-23 16:10:13 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
c2_conn.erase(d_port);
|
|
|
|
c2_conn.erase(q_port);
|
2016-04-23 16:10:13 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (c1_conn != c2_conn)
|
|
|
|
goto start_cell;
|
2016-04-23 16:10:13 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
continue;
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
start_cell:
|
2019-06-11 18:05:42 -05:00
|
|
|
chain_start_cells.insert(it.second);
|
2019-03-20 14:28:39 -05:00
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
}
|
2016-04-22 12:42:08 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
vector<Cell*> create_chain(Cell *start_cell)
|
2019-03-15 21:13:40 -05:00
|
|
|
{
|
2019-03-20 14:28:39 -05:00
|
|
|
vector<Cell*> chain;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
Cell *c = start_cell;
|
|
|
|
while (c != nullptr)
|
|
|
|
{
|
|
|
|
chain.push_back(c);
|
2016-04-17 08:37:22 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
IdString q_port = opts.ffcells.at(c->type).second;
|
|
|
|
SigBit q_bit = sigmap(c->getPort(q_port).as_bit());
|
2016-04-17 08:37:22 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (sigbit_chain_next.count(q_bit) == 0)
|
|
|
|
break;
|
2016-04-18 04:44:10 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
c = sigbit_chain_next.at(q_bit);
|
|
|
|
if (chain_start_cells.count(c) != 0)
|
|
|
|
break;
|
|
|
|
}
|
2016-04-18 04:44:10 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
return chain;
|
|
|
|
}
|
2016-04-18 04:58:21 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
void process_chain(vector<Cell*> &chain)
|
2019-03-15 21:13:40 -05:00
|
|
|
{
|
2019-03-20 14:28:39 -05:00
|
|
|
if (GetSize(chain) < opts.keep_before + opts.minlen + opts.keep_after)
|
|
|
|
return;
|
2016-04-18 04:58:21 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
int cursor = opts.keep_before;
|
|
|
|
while (cursor < GetSize(chain) - opts.keep_after)
|
|
|
|
{
|
|
|
|
int depth = GetSize(chain) - opts.keep_after - cursor;
|
2016-04-18 04:58:21 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.maxlen > 0)
|
|
|
|
depth = std::min(opts.maxlen, depth);
|
2016-04-18 04:58:21 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
Cell *first_cell = chain[cursor];
|
|
|
|
IdString q_port = opts.ffcells.at(first_cell->type).second;
|
|
|
|
dict<int, SigBit> taps_dict;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.tech)
|
|
|
|
{
|
|
|
|
vector<SigBit> qbits;
|
|
|
|
vector<int> taps;
|
2016-04-22 12:42:08 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
for (int i = 0; i < depth; i++)
|
|
|
|
{
|
|
|
|
Cell *cell = chain[cursor+i];
|
|
|
|
auto qbit = sigmap(cell->getPort(q_port));
|
|
|
|
qbits.push_back(qbit);
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (sigbit_with_non_chain_users.count(qbit))
|
|
|
|
taps.push_back(i);
|
|
|
|
}
|
2016-04-18 04:44:10 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
while (depth > 0)
|
|
|
|
{
|
|
|
|
if (taps.empty() || taps.back() < depth-1)
|
|
|
|
taps.push_back(depth-1);
|
2016-04-18 04:44:10 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.tech->analyze(taps, qbits))
|
|
|
|
break;
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
taps.pop_back();
|
|
|
|
depth--;
|
|
|
|
}
|
2016-04-18 04:44:10 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
depth = 0;
|
|
|
|
for (auto tap : taps) {
|
|
|
|
taps_dict[tap] = qbits.at(tap);
|
|
|
|
log_assert(depth < tap+1);
|
|
|
|
depth = tap+1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (depth < 2) {
|
|
|
|
cursor++;
|
|
|
|
continue;
|
|
|
|
}
|
2016-04-18 04:44:10 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
Cell *last_cell = chain[cursor+depth-1];
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
log("Converting %s.%s ... %s.%s to a shift register with depth %d.\n",
|
|
|
|
log_id(module), log_id(first_cell), log_id(module), log_id(last_cell), depth);
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
dff_count += depth;
|
|
|
|
shreg_count += 1;
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
string shreg_cell_type_str = "$__SHREG";
|
|
|
|
if (opts.params) {
|
|
|
|
shreg_cell_type_str += "_";
|
|
|
|
} else {
|
|
|
|
if (first_cell->type[1] != '_')
|
|
|
|
shreg_cell_type_str += "_";
|
|
|
|
shreg_cell_type_str += first_cell->type.substr(1);
|
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.init) {
|
|
|
|
vector<State> initval;
|
|
|
|
for (int i = depth-1; i >= 0; i--) {
|
|
|
|
SigBit bit = sigmap(chain[cursor+i]->getPort(q_port).as_bit());
|
|
|
|
if (sigbit_init.count(bit) == 0)
|
|
|
|
initval.push_back(State::Sx);
|
|
|
|
else if (sigbit_init.at(bit))
|
|
|
|
initval.push_back(State::S1);
|
|
|
|
else
|
|
|
|
initval.push_back(State::S0);
|
|
|
|
remove_init.insert(bit);
|
|
|
|
}
|
|
|
|
first_cell->setParam("\\INIT", initval);
|
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.zinit)
|
|
|
|
for (int i = depth-1; i >= 0; i--) {
|
|
|
|
SigBit bit = sigmap(chain[cursor+i]->getPort(q_port).as_bit());
|
|
|
|
remove_init.insert(bit);
|
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.params)
|
|
|
|
{
|
|
|
|
int param_clkpol = -1;
|
|
|
|
int param_enpol = 2;
|
2016-04-17 08:37:22 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (first_cell->type == "$_DFF_N_") param_clkpol = 0;
|
|
|
|
if (first_cell->type == "$_DFF_P_") param_clkpol = 1;
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (first_cell->type == "$_DFFE_NN_") param_clkpol = 0, param_enpol = 0;
|
|
|
|
if (first_cell->type == "$_DFFE_NP_") param_clkpol = 0, param_enpol = 1;
|
|
|
|
if (first_cell->type == "$_DFFE_PN_") param_clkpol = 1, param_enpol = 0;
|
|
|
|
if (first_cell->type == "$_DFFE_PP_") param_clkpol = 1, param_enpol = 1;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
log_assert(param_clkpol >= 0);
|
|
|
|
first_cell->setParam("\\CLKPOL", param_clkpol);
|
|
|
|
if (opts.ffe) first_cell->setParam("\\ENPOL", param_enpol);
|
|
|
|
}
|
|
|
|
|
|
|
|
first_cell->type = shreg_cell_type_str;
|
|
|
|
first_cell->setPort(q_port, last_cell->getPort(q_port));
|
|
|
|
first_cell->setParam("\\DEPTH", depth);
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (opts.tech != nullptr && !opts.tech->fixup(first_cell, taps_dict))
|
|
|
|
remove_cells.insert(first_cell);
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
for (int i = 1; i < depth; i++)
|
|
|
|
remove_cells.insert(chain[cursor+i]);
|
|
|
|
cursor += depth;
|
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
}
|
2016-04-17 08:37:22 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
void cleanup()
|
|
|
|
{
|
|
|
|
for (auto cell : remove_cells)
|
|
|
|
module->remove(cell);
|
|
|
|
|
|
|
|
for (auto wire : module->wires())
|
|
|
|
{
|
|
|
|
if (wire->attributes.count("\\init") == 0)
|
|
|
|
continue;
|
|
|
|
|
|
|
|
SigSpec initsig = sigmap(wire);
|
|
|
|
Const &initval = wire->attributes.at("\\init");
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
for (int i = 0; i < GetSize(initsig) && i < GetSize(initval); i++)
|
|
|
|
if (remove_init.count(initsig[i]))
|
|
|
|
initval[i] = State::Sx;
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
if (SigSpec(initval).is_fully_undef())
|
|
|
|
wire->attributes.erase("\\init");
|
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
remove_cells.clear();
|
|
|
|
sigbit_chain_next.clear();
|
|
|
|
sigbit_chain_prev.clear();
|
|
|
|
chain_start_cells.clear();
|
2016-04-16 16:20:49 -05:00
|
|
|
}
|
2019-03-15 21:13:40 -05:00
|
|
|
|
2019-03-20 14:28:39 -05:00
|
|
|
ShregmapWorker(Module *module, const ShregmapOptions &opts) :
|
|
|
|
module(module), sigmap(module), opts(opts), dff_count(0), shreg_count(0)
|
|
|
|
{
|
|
|
|
if (opts.tech)
|
|
|
|
opts.tech->init(module, sigmap);
|
|
|
|
|
|
|
|
make_sigbit_chain_next_prev();
|
|
|
|
find_chain_start_cells();
|
|
|
|
|
|
|
|
for (auto c : chain_start_cells) {
|
|
|
|
vector<Cell*> chain = create_chain(c);
|
|
|
|
process_chain(chain);
|
|
|
|
}
|
|
|
|
|
|
|
|
cleanup();
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
struct ShregmapPass : public Pass {
|
|
|
|
ShregmapPass() : Pass("shregmap", "map shift registers") { }
|
2018-07-21 01:41:18 -05:00
|
|
|
void help() YS_OVERRIDE
|
2016-04-16 16:20:49 -05:00
|
|
|
{
|
|
|
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
|
|
|
log("\n");
|
|
|
|
log(" shregmap [options] [selection]\n");
|
|
|
|
log("\n");
|
2016-04-23 01:01:39 -05:00
|
|
|
log("This pass converts chains of $_DFF_[NP]_ gates to target specific shift register\n");
|
2016-04-17 08:37:22 -05:00
|
|
|
log("primitives. The generated shift register will be of type $__SHREG_DFF_[NP]_ and\n");
|
2016-04-16 16:20:49 -05:00
|
|
|
log("will use the same interface as the original $_DFF_*_ cells. The cell parameter\n");
|
|
|
|
log("'DEPTH' will contain the depth of the shift register. Use a target-specific\n");
|
|
|
|
log("'techmap' map file to convert those cells to the actual target cells.\n");
|
|
|
|
log("\n");
|
|
|
|
log(" -minlen N\n");
|
|
|
|
log(" minimum length of shift register (default = 2)\n");
|
|
|
|
log(" (this is the length after -keep_before and -keep_after)\n");
|
|
|
|
log("\n");
|
|
|
|
log(" -maxlen N\n");
|
|
|
|
log(" maximum length of shift register (default = no limit)\n");
|
|
|
|
log(" larger chains will be mapped to multiple shift register instances\n");
|
|
|
|
log("\n");
|
|
|
|
log(" -keep_before N\n");
|
|
|
|
log(" number of DFFs to keep before the shift register (default = 0)\n");
|
|
|
|
log("\n");
|
|
|
|
log(" -keep_after N\n");
|
|
|
|
log(" number of DFFs to keep after the shift register (default = 0)\n");
|
|
|
|
log("\n");
|
|
|
|
log(" -clkpol pos|neg|any\n");
|
|
|
|
log(" limit match to only positive or negative edge clocks. (default = any)\n");
|
|
|
|
log("\n");
|
2016-04-17 08:37:22 -05:00
|
|
|
log(" -enpol pos|neg|none|any_or_none|any\n");
|
|
|
|
log(" limit match to FFs with the specified enable polarity. (default = none)\n");
|
|
|
|
log("\n");
|
|
|
|
log(" -match <cell_type>[:<d_port_name>:<q_port_name>]\n");
|
|
|
|
log(" match the specified cells instead of $_DFF_N_ and $_DFF_P_. If\n");
|
|
|
|
log(" ':<d_port_name>:<q_port_name>' is omitted then 'D' and 'Q' is used\n");
|
|
|
|
log(" by default. E.g. the option '-clkpol pos' is just an alias for\n");
|
|
|
|
log(" '-match $_DFF_P_', which is an alias for '-match $_DFF_P_:D:Q'.\n");
|
|
|
|
log("\n");
|
2016-04-18 04:58:21 -05:00
|
|
|
log(" -params\n");
|
|
|
|
log(" instead of encoding the clock and enable polarity in the cell name by\n");
|
|
|
|
log(" deriving from the original cell name, simply name all generated cells\n");
|
|
|
|
log(" $__SHREG_ and use CLKPOL and ENPOL parameters. An ENPOL value of 2 is\n");
|
|
|
|
log(" used to denote cells without enable input. The ENPOL parameter is\n");
|
|
|
|
log(" omitted when '-enpol none' (or no -enpol option) is passed.\n");
|
|
|
|
log("\n");
|
2016-04-18 04:44:10 -05:00
|
|
|
log(" -zinit\n");
|
|
|
|
log(" assume the shift register is automatically zero-initialized, so it\n");
|
|
|
|
log(" becomes legal to merge zero initialized FFs into the shift register.\n");
|
|
|
|
log("\n");
|
|
|
|
log(" -init\n");
|
|
|
|
log(" map initialized registers to the shift reg, add an INIT parameter to\n");
|
2019-03-14 11:01:48 -05:00
|
|
|
log(" generated cells with the initialization value. (first bit to shift out\n");
|
2016-04-18 04:44:10 -05:00
|
|
|
log(" in LSB position)\n");
|
|
|
|
log("\n");
|
2016-04-22 12:42:08 -05:00
|
|
|
log(" -tech greenpak4\n");
|
|
|
|
log(" map to greenpak4 shift registers.\n");
|
|
|
|
log("\n");
|
2019-06-05 16:21:44 -05:00
|
|
|
log(" -tech xilinx\n");
|
|
|
|
log(" map to xilinx dynamic-length shift registers.\n");
|
|
|
|
log("\n");
|
2016-04-16 16:20:49 -05:00
|
|
|
}
|
2018-07-21 01:41:18 -05:00
|
|
|
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
2016-04-16 16:20:49 -05:00
|
|
|
{
|
|
|
|
ShregmapOptions opts;
|
2016-04-17 08:37:22 -05:00
|
|
|
string clkpol, enpol;
|
2016-04-16 16:20:49 -05:00
|
|
|
|
2016-04-21 16:28:37 -05:00
|
|
|
log_header(design, "Executing SHREGMAP pass (map shift registers).\n");
|
2016-04-16 16:20:49 -05:00
|
|
|
|
|
|
|
size_t argidx;
|
|
|
|
for (argidx = 1; argidx < args.size(); argidx++)
|
|
|
|
{
|
|
|
|
if (args[argidx] == "-clkpol" && argidx+1 < args.size()) {
|
2016-04-17 08:37:22 -05:00
|
|
|
clkpol = args[++argidx];
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (args[argidx] == "-enpol" && argidx+1 < args.size()) {
|
|
|
|
enpol = args[++argidx];
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (args[argidx] == "-match" && argidx+1 < args.size()) {
|
|
|
|
vector<string> match_args = split_tokens(args[++argidx], ":");
|
|
|
|
if (GetSize(match_args) < 2)
|
|
|
|
match_args.push_back("D");
|
|
|
|
if (GetSize(match_args) < 3)
|
|
|
|
match_args.push_back("Q");
|
|
|
|
IdString id_cell_type(RTLIL::escape_id(match_args[0]));
|
|
|
|
IdString id_d_port_name(RTLIL::escape_id(match_args[1]));
|
|
|
|
IdString id_q_port_name(RTLIL::escape_id(match_args[2]));
|
|
|
|
opts.ffcells[id_cell_type] = make_pair(id_d_port_name, id_q_port_name);
|
2016-04-16 16:20:49 -05:00
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (args[argidx] == "-minlen" && argidx+1 < args.size()) {
|
|
|
|
opts.minlen = atoi(args[++argidx].c_str());
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (args[argidx] == "-maxlen" && argidx+1 < args.size()) {
|
|
|
|
opts.maxlen = atoi(args[++argidx].c_str());
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (args[argidx] == "-keep_before" && argidx+1 < args.size()) {
|
|
|
|
opts.keep_before = atoi(args[++argidx].c_str());
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (args[argidx] == "-keep_after" && argidx+1 < args.size()) {
|
|
|
|
opts.keep_after = atoi(args[++argidx].c_str());
|
|
|
|
continue;
|
|
|
|
}
|
2016-04-22 12:42:08 -05:00
|
|
|
if (args[argidx] == "-tech" && argidx+1 < args.size() && opts.tech == nullptr) {
|
|
|
|
string tech = args[++argidx];
|
|
|
|
if (tech == "greenpak4") {
|
|
|
|
clkpol = "pos";
|
2016-04-23 13:20:21 -05:00
|
|
|
opts.zinit = true;
|
2016-04-22 12:42:08 -05:00
|
|
|
opts.tech = new ShregmapTechGreenpak4;
|
2019-03-15 21:13:40 -05:00
|
|
|
}
|
|
|
|
else if (tech == "xilinx") {
|
|
|
|
opts.init = true;
|
|
|
|
opts.params = true;
|
|
|
|
enpol = "any_or_none";
|
|
|
|
opts.tech = new ShregmapTechXilinx7(opts);
|
2016-04-22 12:42:08 -05:00
|
|
|
} else {
|
|
|
|
argidx--;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
continue;
|
|
|
|
}
|
2016-04-18 04:44:10 -05:00
|
|
|
if (args[argidx] == "-zinit") {
|
|
|
|
opts.zinit = true;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
if (args[argidx] == "-init") {
|
|
|
|
opts.init = true;
|
|
|
|
continue;
|
|
|
|
}
|
2016-04-18 04:58:21 -05:00
|
|
|
if (args[argidx] == "-params") {
|
|
|
|
opts.params = true;
|
|
|
|
continue;
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
extra_args(args, argidx, design);
|
|
|
|
|
2016-04-18 04:44:10 -05:00
|
|
|
if (opts.zinit && opts.init)
|
|
|
|
log_cmd_error("Options -zinit and -init are exclusive!\n");
|
|
|
|
|
2016-04-17 08:37:22 -05:00
|
|
|
if (opts.ffcells.empty())
|
|
|
|
{
|
|
|
|
bool clk_pos = clkpol == "" || clkpol == "pos" || clkpol == "any";
|
|
|
|
bool clk_neg = clkpol == "" || clkpol == "neg" || clkpol == "any";
|
|
|
|
|
|
|
|
bool en_none = enpol == "" || enpol == "none" || enpol == "any_or_none";
|
|
|
|
bool en_pos = enpol == "pos" || enpol == "any" || enpol == "any_or_none";
|
|
|
|
bool en_neg = enpol == "neg" || enpol == "any" || enpol == "any_or_none";
|
|
|
|
|
|
|
|
if (clk_pos && en_none)
|
|
|
|
opts.ffcells["$_DFF_P_"] = make_pair(IdString("\\D"), IdString("\\Q"));
|
|
|
|
if (clk_neg && en_none)
|
|
|
|
opts.ffcells["$_DFF_N_"] = make_pair(IdString("\\D"), IdString("\\Q"));
|
|
|
|
|
|
|
|
if (clk_pos && en_pos)
|
|
|
|
opts.ffcells["$_DFFE_PP_"] = make_pair(IdString("\\D"), IdString("\\Q"));
|
|
|
|
if (clk_pos && en_neg)
|
|
|
|
opts.ffcells["$_DFFE_PN_"] = make_pair(IdString("\\D"), IdString("\\Q"));
|
|
|
|
|
|
|
|
if (clk_neg && en_pos)
|
|
|
|
opts.ffcells["$_DFFE_NP_"] = make_pair(IdString("\\D"), IdString("\\Q"));
|
|
|
|
if (clk_neg && en_neg)
|
|
|
|
opts.ffcells["$_DFFE_NN_"] = make_pair(IdString("\\D"), IdString("\\Q"));
|
2016-04-18 04:58:21 -05:00
|
|
|
|
|
|
|
if (en_pos || en_neg)
|
|
|
|
opts.ffe = true;
|
2016-04-17 08:37:22 -05:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (!clkpol.empty())
|
|
|
|
log_cmd_error("Options -clkpol and -match are exclusive!\n");
|
|
|
|
if (!enpol.empty())
|
|
|
|
log_cmd_error("Options -enpol and -match are exclusive!\n");
|
2016-04-18 04:58:21 -05:00
|
|
|
if (opts.params)
|
|
|
|
log_cmd_error("Options -params and -match are exclusive!\n");
|
2016-04-17 08:37:22 -05:00
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
|
|
|
|
int dff_count = 0;
|
|
|
|
int shreg_count = 0;
|
|
|
|
|
|
|
|
for (auto module : design->selected_modules()) {
|
|
|
|
ShregmapWorker worker(module, opts);
|
|
|
|
dff_count += worker.dff_count;
|
|
|
|
shreg_count += worker.shreg_count;
|
|
|
|
}
|
|
|
|
|
|
|
|
log("Converted %d dff cells into %d shift registers.\n", dff_count, shreg_count);
|
2016-04-22 12:42:08 -05:00
|
|
|
|
|
|
|
if (opts.tech != nullptr) {
|
|
|
|
delete opts.tech;
|
|
|
|
opts.tech = nullptr;
|
|
|
|
}
|
2016-04-16 16:20:49 -05:00
|
|
|
}
|
|
|
|
} ShregmapPass;
|
|
|
|
|
|
|
|
PRIVATE_NAMESPACE_END
|