MANIFEST.in
README.md
setup.cfg
setup.py
hwt/__init__.py
hwt/bitmask.py
hwt/code.py
hwt/code_utils.py
hwt.egg-info/PKG-INFO
hwt.egg-info/SOURCES.txt
hwt.egg-info/dependency_links.txt
hwt.egg-info/not-zip-safe
hwt.egg-info/requires.txt
hwt.egg-info/top_level.txt
hwt/hdl/__init__.py
hwt/hdl/architecture.py
hwt/hdl/assignment.py
hwt/hdl/constants.py
hwt/hdl/entity.py
hwt/hdl/frameTmpl.py
hwt/hdl/frameTmplUtils.py
hwt/hdl/hdlObject.py
hwt/hdl/ifContainter.py
hwt/hdl/operator.py
hwt/hdl/operatorDefs.py
hwt/hdl/portItem.py
hwt/hdl/process.py
hwt/hdl/sensitivityCtx.py
hwt/hdl/statementUtils.py
hwt/hdl/statements.py
hwt/hdl/switchContainer.py
hwt/hdl/transPart.py
hwt/hdl/transTmpl.py
hwt/hdl/typeShortcuts.py
hwt/hdl/value.py
hwt/hdl/variables.py
hwt/hdl/waitStm.py
hwt/hdl/whileContainer.py
hwt/hdl/types/__init__.py
hwt/hdl/types/array.py
hwt/hdl/types/arrayCast.py
hwt/hdl/types/arrayVal.py
hwt/hdl/types/bitValFunctions.py
hwt/hdl/types/bitVal_bitOpsVldMask.py
hwt/hdl/types/bitVal_opReduce.py
hwt/hdl/types/bits.py
hwt/hdl/types/bitsCast.py
hwt/hdl/types/bitsVal.py
hwt/hdl/types/bool.py
hwt/hdl/types/boolCast.py
hwt/hdl/types/boolVal.py
hwt/hdl/types/defs.py
hwt/hdl/types/enum.py
hwt/hdl/types/enumVal.py
hwt/hdl/types/eventCapableVal.py
hwt/hdl/types/hdlType.py
hwt/hdl/types/integer.py
hwt/hdl/types/integerCast.py
hwt/hdl/types/integerVal.py
hwt/hdl/types/slice.py
hwt/hdl/types/sliceUtils.py
hwt/hdl/types/sliceVal.py
hwt/hdl/types/string.py
hwt/hdl/types/stringVal.py
hwt/hdl/types/struct.py
hwt/hdl/types/structCast.py
hwt/hdl/types/structUtils.py
hwt/hdl/types/structValBase.py
hwt/hdl/types/typeCast.py
hwt/hdl/types/union.py
hwt/interfaces/__init__.py
hwt/interfaces/differential.py
hwt/interfaces/signalOps.py
hwt/interfaces/std.py
hwt/interfaces/structIntf.py
hwt/interfaces/tristate.py
hwt/interfaces/unionIntf.py
hwt/interfaces/utils.py
hwt/interfaces/agents/__init__.py
hwt/interfaces/agents/bramPort.py
hwt/interfaces/agents/clk.py
hwt/interfaces/agents/fifo.py
hwt/interfaces/agents/handshaked.py
hwt/interfaces/agents/rdSynced.py
hwt/interfaces/agents/regCntrl.py
hwt/interfaces/agents/rst.py
hwt/interfaces/agents/signal.py
hwt/interfaces/agents/structIntf.py
hwt/interfaces/agents/tristate.py
hwt/interfaces/agents/unionIntf.py
hwt/interfaces/agents/vldSynced.py
hwt/pyUtils/__init__.py
hwt/pyUtils/arrayQuery.py
hwt/pyUtils/fileHelpers.py
hwt/pyUtils/uniqList.py
hwt/serializer/__init__.py
hwt/serializer/exceptions.py
hwt/serializer/ipCoreWrapper.py
hwt/serializer/mode.py
hwt/serializer/utils.py
hwt/serializer/generic/__init__.py
hwt/serializer/generic/constCache.py
hwt/serializer/generic/constants.py
hwt/serializer/generic/context.py
hwt/serializer/generic/indent.py
hwt/serializer/generic/mapExpr.py
hwt/serializer/generic/nameScope.py
hwt/serializer/generic/portMap.py
hwt/serializer/generic/serializer.py
hwt/serializer/generic/value.py
hwt/serializer/hwt/__init__.py
hwt/serializer/hwt/context.py
hwt/serializer/hwt/keywords.py
hwt/serializer/hwt/ops.py
hwt/serializer/hwt/serializer.py
hwt/serializer/hwt/types.py
hwt/serializer/hwt/value.py
hwt/serializer/hwt/templates/if.py.template
hwt/serializer/hwt/templates/process.py.template
hwt/serializer/hwt/templates/unit_body.py.template
hwt/serializer/hwt/templates/unit_head.py.template
hwt/serializer/ip_packager/__init__.py
hwt/serializer/ip_packager/busInterface.py
hwt/serializer/ip_packager/component.py
hwt/serializer/ip_packager/exprSerializer.py
hwt/serializer/ip_packager/helpers.py
hwt/serializer/ip_packager/model.py
hwt/serializer/ip_packager/otherXmlObjs.py
hwt/serializer/ip_packager/packager.py
hwt/serializer/ip_packager/port.py
hwt/serializer/ip_packager/tclGuiBuilder.py
hwt/serializer/ip_packager/interfaces/__init__.py
hwt/serializer/ip_packager/interfaces/intfConfig.py
hwt/serializer/ip_packager/interfaces/std.py
hwt/serializer/resourceAnalyzer/__init__.py
hwt/serializer/resourceAnalyzer/analyzer.py
hwt/serializer/resourceAnalyzer/resourceTypes.py
hwt/serializer/resourceAnalyzer/utils.py
hwt/serializer/simModel/__init__.py
hwt/serializer/simModel/keywords.py
hwt/serializer/simModel/ops.py
hwt/serializer/simModel/serializer.py
hwt/serializer/simModel/types.py
hwt/serializer/simModel/value.py
hwt/serializer/simModel/templates/if.py.template
hwt/serializer/simModel/templates/modelCls.py.template
hwt/serializer/simModel/templates/process.py.template
hwt/serializer/systemC/__init__.py
hwt/serializer/systemC/context.py
hwt/serializer/systemC/keywords.py
hwt/serializer/systemC/ops.py
hwt/serializer/systemC/serializer.py
hwt/serializer/systemC/statements.py
hwt/serializer/systemC/type.py
hwt/serializer/systemC/utils.py
hwt/serializer/systemC/value.py
hwt/serializer/systemC/templates/if.cpp.template
hwt/serializer/systemC/templates/method.cpp.template
hwt/serializer/systemC/templates/module.cpp.template
hwt/serializer/systemC/templates/switch.cpp.template
hwt/serializer/verilog/__init__.py
hwt/serializer/verilog/context.py
hwt/serializer/verilog/keywords.py
hwt/serializer/verilog/ops.py
hwt/serializer/verilog/serializer.py
hwt/serializer/verilog/statements.py
hwt/serializer/verilog/tmplContainer.py
hwt/serializer/verilog/types.py
hwt/serializer/verilog/utils.py
hwt/serializer/verilog/value.py
hwt/serializer/verilog/templates/component_instance.v
hwt/serializer/verilog/templates/if.v
hwt/serializer/verilog/templates/module_body.v
hwt/serializer/verilog/templates/module_head.v
hwt/serializer/verilog/templates/process.v
hwt/serializer/verilog/templates/switch.v
hwt/serializer/vhdl/__init__.py
hwt/serializer/vhdl/keywords.py
hwt/serializer/vhdl/ops.py
hwt/serializer/vhdl/serializer.py
hwt/serializer/vhdl/statements.py
hwt/serializer/vhdl/tmplContainer.py
hwt/serializer/vhdl/types.py
hwt/serializer/vhdl/utils.py
hwt/serializer/vhdl/value.py
hwt/serializer/vhdl/templates/architecture.vhd
hwt/serializer/vhdl/templates/component.vhd
hwt/serializer/vhdl/templates/component_instance.vhd
hwt/serializer/vhdl/templates/entity.vhd
hwt/serializer/vhdl/templates/if.vhd
hwt/serializer/vhdl/templates/process.vhd
hwt/serializer/vhdl/templates/switch.vhd
hwt/simulator/__init__.py
hwt/simulator/agentBase.py
hwt/simulator/agentConnector.py
hwt/simulator/configVhdlTestbench.py
hwt/simulator/exceptions.py
hwt/simulator/hdlSimConfig.py
hwt/simulator/hdlSimulator.py
hwt/simulator/shortcuts.py
hwt/simulator/simModel.py
hwt/simulator/simSignal.py
hwt/simulator/simSignalProxy.py
hwt/simulator/simTestCase.py
hwt/simulator/utils.py
hwt/simulator/vcdHdlSimConfig.py
hwt/simulator/types/__init__.py
hwt/simulator/types/simBits.py
hwt/simulator/types/simBitsConversions.py
hwt/simulator/types/simInt.py
hwt/synthesizer/__init__.py
hwt/synthesizer/byteOrder.py
hwt/synthesizer/dummyPlatform.py
hwt/synthesizer/exceptions.py
hwt/synthesizer/interface.py
hwt/synthesizer/param.py
hwt/synthesizer/termUsageResolver.py
hwt/synthesizer/unit.py
hwt/synthesizer/utils.py
hwt/synthesizer/vectorUtils.py
hwt/synthesizer/interfaceLevel/__init__.py
hwt/synthesizer/interfaceLevel/emptyUnit.py
hwt/synthesizer/interfaceLevel/mainBases.py
hwt/synthesizer/interfaceLevel/propDeclrCollector.py
hwt/synthesizer/interfaceLevel/unitImplHelpers.py
hwt/synthesizer/interfaceLevel/interfaceUtils/__init__.py
hwt/synthesizer/interfaceLevel/interfaceUtils/array.py
hwt/synthesizer/interfaceLevel/interfaceUtils/directionFns.py
hwt/synthesizer/interfaceLevel/interfaceUtils/implDependent.py
hwt/synthesizer/interfaceLevel/interfaceUtils/proxy.py
hwt/synthesizer/interfaceLevel/interfaceUtils/utils.py
hwt/synthesizer/rtlLevel/__init__.py
hwt/synthesizer/rtlLevel/mainBases.py
hwt/synthesizer/rtlLevel/memory.py
hwt/synthesizer/rtlLevel/netlist.py
hwt/synthesizer/rtlLevel/optimalizator.py
hwt/synthesizer/rtlLevel/rtlSignal.py
hwt/synthesizer/rtlLevel/utils.py
hwt/synthesizer/rtlLevel/signalUtils/__init__.py
hwt/synthesizer/rtlLevel/signalUtils/exceptions.py
hwt/synthesizer/rtlLevel/signalUtils/ops.py
hwt/synthesizer/rtlLevel/signalUtils/walkers.py