aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-06-13 18:18:16 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2019-06-13 18:18:16 +0200
commitc760b0326182c3779373fba1f77aad200c9b1b89 (patch)
tree7d096d98675947603d34cddca72a6e53e0e7caec /common
parent1cd4a4d17aeaab26664add714c8a02f76f6a6a90 (diff)
downloadnextpnr-c760b0326182c3779373fba1f77aad200c9b1b89.tar.gz
nextpnr-c760b0326182c3779373fba1f77aad200c9b1b89.tar.bz2
nextpnr-c760b0326182c3779373fba1f77aad200c9b1b89.zip
Cleanup
Diffstat (limited to 'common')
-rw-r--r--common/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/command.h b/common/command.h
index c3274197..d4f9a12e 100644
--- a/common/command.h
+++ b/common/command.h
@@ -23,7 +23,6 @@
#include <boost/program_options.hpp>
#include "nextpnr.h"
-//#include "project.h"
#include "settings.h"
NEXTPNR_NAMESPACE_BEGIN
@@ -66,7 +65,6 @@ class CommandHandler
po::positional_options_description pos;
int argc;
char **argv;
- //ProjectHandler project;
std::ofstream logfile;
};
ing.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#! /bin/sh

. ../../testenv.sh

analyze bug2.vhdl
elab_simulate bug2

clean

echo "Test successful"