verilator/src/V3Tristate.h

34 lines
1000 B
C
Raw Normal View History

// -*- mode: C++; c-file-style: "cc-mode" -*-
2009-01-06 17:03:57 +01:00
//*************************************************************************
// DESCRIPTION: Verilator: Add Unknown assigns
//
2019-11-08 04:33:59 +01:00
// Code available from: https://verilator.org
2009-01-06 17:03:57 +01:00
//
//*************************************************************************
//
2021-01-01 16:29:54 +01:00
// Copyright 2003-2021 by Wilson Snyder. This program is free software; you
// can redistribute it and/or modify it under the terms of either the GNU
// Lesser General Public License Version 3 or the Perl Artistic License
// Version 2.0.
// SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
2009-01-06 17:03:57 +01:00
//
//*************************************************************************
2009-01-06 17:03:57 +01:00
#ifndef _V3TRISTATE_H_
#define _V3TRISTATE_H_ 1
2009-01-06 17:03:57 +01:00
#include "config_build.h"
#include "verilatedos.h"
2009-01-06 17:03:57 +01:00
#include "V3Error.h"
#include "V3Ast.h"
//============================================================================
class V3Tristate final {
2009-01-06 17:03:57 +01:00
public:
static void tristateAll(AstNetlist* nodep);
};
#endif // Guard