README.md
setup.cfg
setup.py
py_hcl/__init__.py
py_hcl/utils.py
py_hcl.egg-info/PKG-INFO
py_hcl.egg-info/SOURCES.txt
py_hcl.egg-info/dependency_links.txt
py_hcl.egg-info/top_level.txt
py_hcl/convertor/__init__.py
py_hcl/convertor/context.py
py_hcl/convertor/conv_expr.py
py_hcl/convertor/conv_module.py
py_hcl/convertor/conv_port.py
py_hcl/convertor/conv_stmt.py
py_hcl/convertor/conv_type.py
py_hcl/convertor/convertor.py
py_hcl/convertor/utils.py
py_hcl/core/__init__.py
py_hcl/core/error/__init__.py
py_hcl/core/expr/__init__.py
py_hcl/core/expr/add.py
py_hcl/core/expr/and_.py
py_hcl/core/expr/bundle_holder.py
py_hcl/core/expr/convert.py
py_hcl/core/expr/extend.py
py_hcl/core/expr/field.py
py_hcl/core/expr/index.py
py_hcl/core/expr/io.py
py_hcl/core/expr/lit_sint.py
py_hcl/core/expr/lit_uint.py
py_hcl/core/expr/mod_inst.py
py_hcl/core/expr/or_.py
py_hcl/core/expr/slice.py
py_hcl/core/expr/vec_holder.py
py_hcl/core/expr/wire.py
py_hcl/core/expr/xor.py
py_hcl/core/expr/error/__init__.py
py_hcl/core/expr/utils/__init__.py
py_hcl/core/hcl_ops/__init__.py
py_hcl/core/module/__init__.py
py_hcl/core/module/base_module.py
py_hcl/core/module/meta_module.py
py_hcl/core/module/packed_module.py
py_hcl/core/module_factory/__init__.py
py_hcl/core/module_factory/extractor.py
py_hcl/core/module_factory/merger.py
py_hcl/core/module_factory/packer.py
py_hcl/core/module_factory/error/__init__.py
py_hcl/core/module_factory/inherit_list/__init__.py
py_hcl/core/module_factory/inherit_list/named_expr.py
py_hcl/core/module_factory/inherit_list/stmt_holder.py
py_hcl/core/stmt/__init__.py
py_hcl/core/stmt/branch.py
py_hcl/core/stmt/connect.py
py_hcl/core/stmt/error/__init__.py
py_hcl/core/stmt_factory/__init__.py
py_hcl/core/stmt_factory/scope.py
py_hcl/core/stmt_factory/trapper.py
py_hcl/core/type/__init__.py
py_hcl/core/type/bundle.py
py_hcl/core/type/clock.py
py_hcl/core/type/sint.py
py_hcl/core/type/uint.py
py_hcl/core/type/vector.py
py_hcl/core/type/wrapper.py
py_hcl/core/utils/__init__.py
py_hcl/dsl/__init__.py
py_hcl/dsl/branch.py
py_hcl/dsl/module.py
py_hcl/dsl/error/__init__.py
py_hcl/dsl/expr/__init__.py
py_hcl/dsl/expr/io.py
py_hcl/dsl/expr/wire.py
py_hcl/dsl/tpe/__init__.py
py_hcl/dsl/tpe/bundle.py
py_hcl/dsl/tpe/clock.py
py_hcl/dsl/tpe/sint.py
py_hcl/dsl/tpe/uint.py
py_hcl/error/__init__.py
py_hcl/firrtl_ir/__init__.py
py_hcl/firrtl_ir/shortcuts.py
py_hcl/firrtl_ir/utils.py
py_hcl/firrtl_ir/expr/__init__.py
py_hcl/firrtl_ir/expr/accessor.py
py_hcl/firrtl_ir/expr/literal.py
py_hcl/firrtl_ir/expr/mux.py
py_hcl/firrtl_ir/expr/prim_ops.py
py_hcl/firrtl_ir/expr/reference.py
py_hcl/firrtl_ir/stmt/__init__.py
py_hcl/firrtl_ir/stmt/block.py
py_hcl/firrtl_ir/stmt/conditionally.py
py_hcl/firrtl_ir/stmt/connect.py
py_hcl/firrtl_ir/stmt/empty.py
py_hcl/firrtl_ir/stmt/defn/__init__.py
py_hcl/firrtl_ir/stmt/defn/circuit.py
py_hcl/firrtl_ir/stmt/defn/instance.py
py_hcl/firrtl_ir/stmt/defn/memory.py
py_hcl/firrtl_ir/stmt/defn/module.py
py_hcl/firrtl_ir/stmt/defn/node.py
py_hcl/firrtl_ir/stmt/defn/register.py
py_hcl/firrtl_ir/stmt/defn/wire.py
py_hcl/firrtl_ir/type/__init__.py
py_hcl/firrtl_ir/type/field.py
py_hcl/firrtl_ir/type/width.py
py_hcl/firrtl_ir/type_checker/__init__.py
py_hcl/firrtl_ir/type_checker/utils.py
py_hcl/firrtl_ir/type_checker/expr/__init__.py
py_hcl/firrtl_ir/type_checker/expr/accessor.py
py_hcl/firrtl_ir/type_checker/expr/literal.py
py_hcl/firrtl_ir/type_checker/expr/mux.py
py_hcl/firrtl_ir/type_checker/expr/prim_ops.py
py_hcl/firrtl_ir/type_checker/stmt/__init__.py
py_hcl/firrtl_ir/type_checker/stmt/block.py
py_hcl/firrtl_ir/type_checker/stmt/conditionally.py
py_hcl/firrtl_ir/type_checker/stmt/connect.py
py_hcl/firrtl_ir/type_checker/stmt/definition.py
py_hcl/firrtl_ir/type_measurer/__init__.py
py_hcl/firrtl_ir/type_measurer/field.py
py_hcl/firrtl_ir/type_measurer/type.py
py_hcl/firrtl_ir/type_measurer/width.py
temp/__init__.py
temp/main.py
tests/__init__.py
tests/test_dsl/__init__.py
tests/test_dsl/test_branch.py
tests/test_dsl/test_io.py
tests/test_dsl/test_module.py
tests/test_dsl/test_statement.py
tests/test_firrtl_ir/__init__.py
tests/test_firrtl_ir/test_type.py
tests/test_firrtl_ir/test_type_equal.py
tests/test_firrtl_ir/utils.py
tests/test_firrtl_ir/test_expr/__init__.py
tests/test_firrtl_ir/test_expr/test_accessor.py
tests/test_firrtl_ir/test_expr/test_literal.py
tests/test_firrtl_ir/test_expr/test_mux.py
tests/test_firrtl_ir/test_prim_ops/__init__.py
tests/test_firrtl_ir/test_prim_ops/helper.py
tests/test_firrtl_ir/test_prim_ops/test_add.py
tests/test_firrtl_ir/test_prim_ops/test_and.py
tests/test_firrtl_ir/test_prim_ops/test_assint.py
tests/test_firrtl_ir/test_prim_ops/test_asuint.py
tests/test_firrtl_ir/test_prim_ops/test_bits.py
tests/test_firrtl_ir/test_prim_ops/test_cat.py
tests/test_firrtl_ir/test_prim_ops/test_div.py
tests/test_firrtl_ir/test_prim_ops/test_dshl.py
tests/test_firrtl_ir/test_prim_ops/test_dshr.py
tests/test_firrtl_ir/test_prim_ops/test_eq.py
tests/test_firrtl_ir/test_prim_ops/test_geq.py
tests/test_firrtl_ir/test_prim_ops/test_gt.py
tests/test_firrtl_ir/test_prim_ops/test_leq.py
tests/test_firrtl_ir/test_prim_ops/test_lt.py
tests/test_firrtl_ir/test_prim_ops/test_mul.py
tests/test_firrtl_ir/test_prim_ops/test_neg.py
tests/test_firrtl_ir/test_prim_ops/test_neq.py
tests/test_firrtl_ir/test_prim_ops/test_not.py
tests/test_firrtl_ir/test_prim_ops/test_or.py
tests/test_firrtl_ir/test_prim_ops/test_rem.py
tests/test_firrtl_ir/test_prim_ops/test_shl.py
tests/test_firrtl_ir/test_prim_ops/test_shr.py
tests/test_firrtl_ir/test_prim_ops/test_sub.py
tests/test_firrtl_ir/test_prim_ops/test_xor.py
tests/test_firrtl_ir/test_stmt/__init__.py
tests/test_firrtl_ir/test_stmt/test_block.py
tests/test_firrtl_ir/test_stmt/test_conditionally.py
tests/test_firrtl_ir/test_stmt/test_connect.py
tests/test_firrtl_ir/test_stmt/test_empty.py
tests/test_firrtl_ir/test_stmt/test_def/__init__.py
tests/test_firrtl_ir/test_stmt/test_def/test_circuit.py
tests/test_firrtl_ir/test_stmt/test_def/test_instance.py
tests/test_firrtl_ir/test_stmt/test_def/test_memory.py
tests/test_firrtl_ir/test_stmt/test_def/test_module.py
tests/test_firrtl_ir/test_stmt/test_def/test_node.py
tests/test_firrtl_ir/test_stmt/test_def/test_register.py
tests/test_firrtl_ir/test_stmt/test_def/test_wire.py