Silenced a gcc warning in spice backend
This commit is contained in:
parent
18f9477e95
commit
2864cb3b59
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue