General reformatting
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
459a7a0b82
commit
1b077320dc
@ -86,7 +86,6 @@ CellInfo *net_driven_by(const NetInfo *net, F1 cell_pred, IdString port)
|
|||||||
|
|
||||||
void print_utilisation(const Design *design);
|
void print_utilisation(const Design *design);
|
||||||
|
|
||||||
|
|
||||||
NEXTPNR_NAMESPACE_END
|
NEXTPNR_NAMESPACE_END
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -398,7 +398,7 @@ void write_asc(const Design &design, std::ostream &out)
|
|||||||
for (auto wire : chip.getWires()) {
|
for (auto wire : chip.getWires()) {
|
||||||
IdString net = chip.getWireNet(wire, false);
|
IdString net = chip.getWireNet(wire, false);
|
||||||
if (net != IdString())
|
if (net != IdString())
|
||||||
out << ".sym " << wire.index << " net_" << net << std::endl;
|
out << ".sym " << wire.index << " " << net << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include "bitstream.h"
|
#include "bitstream.h"
|
||||||
|
#include "design_utils.h"
|
||||||
#include "jsonparse.h"
|
#include "jsonparse.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
@ -35,7 +36,6 @@
|
|||||||
#include "pybindings.h"
|
#include "pybindings.h"
|
||||||
#include "route.h"
|
#include "route.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "design_utils.h"
|
|
||||||
|
|
||||||
void svg_dump_el(const GraphicElement &el)
|
void svg_dump_el(const GraphicElement &el)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user