Silenced a gcc warning in spice backend

This commit is contained in:
Clifford Wolf 2013-11-09 12:01:50 +01:00
parent 18f9477e95
commit 2864cb3b59

View file

@ -139,7 +139,7 @@ struct SpiceBackend : public Backend {
virtual void execute(FILE *&f, std::string filename, std::vector<std::string> args, RTLIL::Design *design)
{
std::string top_module_name;
RTLIL::Module *top_module;
RTLIL::Module *top_module = NULL;
bool big_endian = false;
std::string neg = "Vss", pos = "Vdd", ncpf = "_NC";