LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
hwt/__init__.py
hwt/code.py
hwt/code_utils.py
hwt/constraints.py
hwt/doc_markers.py
hwt/math.py
hwt.egg-info/PKG-INFO
hwt.egg-info/SOURCES.txt
hwt.egg-info/dependency_links.txt
hwt.egg-info/requires.txt
hwt.egg-info/top_level.txt
hwt.egg-info/zip-safe
hwt/hdl/__init__.py
hwt/hdl/constants.py
hwt/hdl/frameTmpl.py
hwt/hdl/frameTmplUtils.py
hwt/hdl/hdlObject.py
hwt/hdl/operator.py
hwt/hdl/operatorDefs.py
hwt/hdl/operatorUtils.py
hwt/hdl/portItem.py
hwt/hdl/sensitivityCtx.py
hwt/hdl/transPart.py
hwt/hdl/transTmpl.py
hwt/hdl/value.py
hwt/hdl/valueUtils.py
hwt/hdl/variables.py
hwt/hdl/statements/__init__.py
hwt/hdl/statements/assignmentContainer.py
hwt/hdl/statements/codeBlockContainer.py
hwt/hdl/statements/ifContainter.py
hwt/hdl/statements/statement.py
hwt/hdl/statements/switchContainer.py
hwt/hdl/statements/utils/__init__.py
hwt/hdl/statements/utils/comparison.py
hwt/hdl/statements/utils/ioDiscovery.py
hwt/hdl/statements/utils/reduction.py
hwt/hdl/statements/utils/signalCut.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_opReduce.py
hwt/hdl/types/bits.py
hwt/hdl/types/bitsCast.py
hwt/hdl/types/bitsVal.py
hwt/hdl/types/defs.py
hwt/hdl/types/enum.py
hwt/hdl/types/enumVal.py
hwt/hdl/types/eventCapableVal.py
hwt/hdl/types/float.py
hwt/hdl/types/floatVal.py
hwt/hdl/types/hdlType.py
hwt/hdl/types/slice.py
hwt/hdl/types/sliceUtils.py
hwt/hdl/types/sliceVal.py
hwt/hdl/types/stream.py
hwt/hdl/types/streamVal.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/hdl/types/utils.py
hwt/interfaces/__init__.py
hwt/interfaces/differential.py
hwt/interfaces/hsStructIntf.py
hwt/interfaces/intf_map.py
hwt/interfaces/signalOps.py
hwt/interfaces/std.py
hwt/interfaces/std_ip_defs.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/fifo.py
hwt/interfaces/agents/handshaked.py
hwt/interfaces/agents/rdSynced.py
hwt/interfaces/agents/regCntrl.py
hwt/interfaces/agents/signal.py
hwt/interfaces/agents/structIntf.py
hwt/interfaces/agents/tuleWithCallback.py
hwt/interfaces/agents/unionIntf.py
hwt/interfaces/agents/universalComposite.py
hwt/interfaces/agents/vldSynced.py
hwt/pyUtils/__init__.py
hwt/pyUtils/arrayQuery.py
hwt/pyUtils/fileHelpers.py
hwt/pyUtils/testUtils.py
hwt/pyUtils/uniqList.py
hwt/serializer/__init__.py
hwt/serializer/exceptions.py
hwt/serializer/ip_packager.py
hwt/serializer/mode.py
hwt/serializer/serializer_config.py
hwt/serializer/serializer_filter.py
hwt/serializer/store_manager.py
hwt/serializer/utils.py
hwt/serializer/combLoopAnalyzer/__init__.py
hwt/serializer/combLoopAnalyzer/tarjan.py
hwt/serializer/generic/__init__.py
hwt/serializer/generic/constant_cache.py
hwt/serializer/generic/indent.py
hwt/serializer/generic/ops.py
hwt/serializer/generic/tmpVarConstructor.py
hwt/serializer/generic/to_hdl_ast.py
hwt/serializer/generic/utils.py
hwt/serializer/generic/value.py
hwt/serializer/hwt/__init__.py
hwt/serializer/hwt/context.py
hwt/serializer/hwt/ops.py
hwt/serializer/hwt/serializer.py
hwt/serializer/hwt/types.py
hwt/serializer/hwt/value.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/serializer.py
hwt/serializer/simModel/tmpVarConstructorConstOnly.py
hwt/serializer/simModel/types.py
hwt/serializer/simModel/value.py
hwt/serializer/systemC/__init__.py
hwt/serializer/systemC/expr.py
hwt/serializer/systemC/serializer.py
hwt/serializer/systemC/statements.py
hwt/serializer/systemC/type.py
hwt/serializer/systemC/utils.py
hwt/serializer/verilog/__init__.py
hwt/serializer/verilog/context.py
hwt/serializer/verilog/ops.py
hwt/serializer/verilog/serializer.py
hwt/serializer/verilog/statements.py
hwt/serializer/verilog/types.py
hwt/serializer/verilog/utils.py
hwt/serializer/verilog/value.py
hwt/serializer/vhdl/__init__.py
hwt/serializer/vhdl/ops.py
hwt/serializer/vhdl/serializer.py
hwt/serializer/vhdl/statements.py
hwt/serializer/vhdl/types.py
hwt/serializer/vhdl/value.py
hwt/serializer/xdc/__init__.py
hwt/serializer/xdc/serializer.py
hwt/simulator/__init__.py
hwt/simulator/agentBase.py
hwt/simulator/agentConnector.py
hwt/simulator/rtlSimulator.py
hwt/simulator/rtlSimulatorJson.py
hwt/simulator/rtlSimulatorVcd.py
hwt/simulator/simTestCase.py
hwt/simulator/utils.py
hwt/synthesizer/__init__.py
hwt/synthesizer/byteOrder.py
hwt/synthesizer/componentPath.py
hwt/synthesizer/dummyPlatform.py
hwt/synthesizer/exceptions.py
hwt/synthesizer/hObjList.py
hwt/synthesizer/interface.py
hwt/synthesizer/param.py
hwt/synthesizer/typePath.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/getDefaultClkRts.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/directionFns.py
hwt/synthesizer/interfaceLevel/interfaceUtils/implDependent.py
hwt/synthesizer/interfaceLevel/interfaceUtils/utils.py
hwt/synthesizer/rtlLevel/__init__.py
hwt/synthesizer/rtlLevel/constants.py
hwt/synthesizer/rtlLevel/extract_part_drivers.py
hwt/synthesizer/rtlLevel/fill_stm_list_with_enclosure.py
hwt/synthesizer/rtlLevel/mainBases.py
hwt/synthesizer/rtlLevel/mark_visibility_of_signals_and_check_drivers.py
hwt/synthesizer/rtlLevel/netlist.py
hwt/synthesizer/rtlLevel/reduce_processes.py
hwt/synthesizer/rtlLevel/remove_unconnected_signals.py
hwt/synthesizer/rtlLevel/rtlSignal.py
hwt/synthesizer/rtlLevel/rtlSyncSignal.py
hwt/synthesizer/rtlLevel/statements_to_HdlStmCodeBlockContainers.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
tests/__init__.py
tests/all.py