Skip to content

Commit

Permalink
Merge branch 'master' into fix/docker-check
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS authored May 6, 2024
2 parents d9bbefe + 13eadc7 commit 83825e7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
Binary file added .github/email-address-image.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This repository contains a selection of curated plugins:
A comprehensive documentation of HAL's features from a user perspective is available in our [Wiki](https://github.com/emsec/hal/wiki). In addition, we provide a full [C++ API](https://emsec.github.io/hal/doc/) and [Python API](https://emsec.github.io/hal/pydoc/) documentation.

## Slack, Contact and Support
For all kinds of inquiries, please contact us using our dedicated e-mail address: [[email protected]](mailto:hal@mpi-sp.org).
For all kinds of inquiries, please contact us using our dedicated e-mail address: ![email address image](https://raw.githubusercontent.com/emsec/hal/master/.github/email-address-image.gif "Mail")

<a name="build-instructions"></a>
# Build Instructions
Expand Down
2 changes: 1 addition & 1 deletion plugins/gui/src/graph_widget/layouters/graph_layouter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ namespace hal
{
iy0 = ityLast.key();
int iy1 = itNext.key();
Q_ASSERT(iy1 == iy0 + 1);
// Q_ASSERT(iy1 == iy0 + 1);
if (iy0 % 2 != 0)
{
// netjunction -> endpoint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <string>
#include <vector>
#include <unordered_map>
#include <cstdint>

// unfortunately std::filesystem::path is not available for all platforms
#ifdef _WIN32
Expand Down
2 changes: 2 additions & 0 deletions src/netlist/boolean_function/parser_standard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <boost/fusion/sequence/intrinsic/at_c.hpp>
#include <boost/spirit/home/x3.hpp>

#include <sstream>

namespace hal
{
namespace BooleanFunctionParser
Expand Down
1 change: 1 addition & 0 deletions src/netlist/boolean_function/simplification_abc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <boost/spirit/home/x3.hpp>
#include <mutex>
#include <string.h>
#include <sstream>

extern "C" {
////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions src/netlist/boolean_function/types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <boost/spirit/home/x3.hpp>
#include <mutex>
#include <numeric>
#include <sstream>

namespace hal
{
Expand Down

0 comments on commit 83825e7

Please sign in to comment.