diff options
| author | ZipCPU <dgisselq@ieee.org> | 2018-06-06 14:44:54 -0400 | 
|---|---|---|
| committer | ZipCPU <dgisselq@ieee.org> | 2018-06-06 14:44:54 -0400 | 
| commit | 16b9a2f1b5ad10aa0b426183b4e071d3afb09e88 (patch) | |
| tree | d38578150224f95b8ce539ad2db7e32c92d397ac /common | |
| parent | 5e463b8543585e4e1d2d3f80a2e32142015a73dd (diff) | |
| download | nextpnr-16b9a2f1b5ad10aa0b426183b4e071d3afb09e88.tar.gz nextpnr-16b9a2f1b5ad10aa0b426183b4e071d3afb09e88.tar.bz2 nextpnr-16b9a2f1b5ad10aa0b426183b4e071d3afb09e88.zip  | |
Attempt to add JSON parser--not working yet w/ build system
Diffstat (limited to 'common')
| -rw-r--r-- | common/rulecheck.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rulecheck.cc b/common/rulecheck.cc index 4b355368..b81695b9 100644 --- a/common/rulecheck.cc +++ b/common/rulecheck.cc @@ -1,6 +1,6 @@  #include <string>  #include <assert.h> -#include "common/design.h" +#include "design.h"  #include "log.h"  bool	check_all_nets_driven(Design *design) {  | 
