README.rst
setup.py
bin/polyphony
polyphony/__init__.py
polyphony/io.py
polyphony/timing.py
polyphony/typing.py
polyphony/verilog.py
polyphony/version.py
polyphony.egg-info/PKG-INFO
polyphony.egg-info/SOURCES.txt
polyphony.egg-info/dependency_links.txt
polyphony.egg-info/entry_points.txt
polyphony.egg-info/top_level.txt
polyphony/_internal/__init__.py
polyphony/_internal/_builtins.py
polyphony/_internal/_io.py
polyphony/_internal/_polyphony.py
polyphony/_internal/_timing.py
polyphony/_internal/_typing.py
polyphony/compiler/__init__.py
polyphony/compiler/__main__.py
polyphony/compiler/ahdl.py
polyphony/compiler/ahdlusedef.py
polyphony/compiler/ahdlvisitor.py
polyphony/compiler/bitwidth.py
polyphony/compiler/block.py
polyphony/compiler/builtin.py
polyphony/compiler/callgraph.py
polyphony/compiler/cfgopt.py
polyphony/compiler/common.py
polyphony/compiler/constopt.py
polyphony/compiler/copyopt.py
polyphony/compiler/dataflow.py
polyphony/compiler/deadcode.py
polyphony/compiler/dominator.py
polyphony/compiler/driver.py
polyphony/compiler/env.py
polyphony/compiler/errors.py
polyphony/compiler/graph.py
polyphony/compiler/hdlgen.py
polyphony/compiler/hdlinterface.py
polyphony/compiler/hdlmemport.py
polyphony/compiler/hdlmoduleinfo.py
polyphony/compiler/iftransform.py
polyphony/compiler/inlineopt.py
polyphony/compiler/instantiator.py
polyphony/compiler/iotransformer.py
polyphony/compiler/ir.py
polyphony/compiler/irtranslator.py
polyphony/compiler/irvisitor.py
polyphony/compiler/latency.py
polyphony/compiler/libs.py
polyphony/compiler/liveness.py
polyphony/compiler/loopdetector.py
polyphony/compiler/memorytransform.py
polyphony/compiler/memref.py
polyphony/compiler/phiresolve.py
polyphony/compiler/portconverter.py
polyphony/compiler/pure.py
polyphony/compiler/quadruplet.py
polyphony/compiler/regreducer.py
polyphony/compiler/scheduler.py
polyphony/compiler/scope.py
polyphony/compiler/selectorbuilder.py
polyphony/compiler/setlineno.py
polyphony/compiler/signal.py
polyphony/compiler/specfunc.py
polyphony/compiler/ssa.py
polyphony/compiler/statereducer.py
polyphony/compiler/stg.py
polyphony/compiler/symbol.py
polyphony/compiler/treebalancer.py
polyphony/compiler/tuple.py
polyphony/compiler/type.py
polyphony/compiler/typecheck.py
polyphony/compiler/usedef.py
polyphony/compiler/utils.py
polyphony/compiler/varreplacer.py
polyphony/compiler/vericodegen.py
polyphony/compiler/verilog_common.py
polyphony/compiler/veritestgen.py