MANIFEST.in
README.md
README.rst
hello_led.py
setup.cfg
setup.py
docker/Dockerfile
examples/Makefile
examples/__init__.py
examples/pytest.ini
examples/bram/Makefile
examples/bram/bram.py
examples/bram/test_bram.py
examples/fsm_example/Makefile
examples/fsm_example/fsm_example.py
examples/fsm_example/test_fsm_example.py
examples/led/Makefile
examples/led/led.py
examples/led/test_led.py
examples/manyled/Makefile
examples/manyled/manyled.py
examples/manyled/test_manyled.py
examples/read_verilog_code/Makefile
examples/read_verilog_code/read_verilog_code.py
examples/read_verilog_code/test_read_verilog_code.py
examples/sort/Makefile
examples/sort/sort.py
examples/sort/test_sort.py
tests/Makefile
tests/__init__.py
tests/pytest.ini
tests/_class/Makefile
tests/_class/_class.py
tests/_class/test__class.py
tests/_while/Makefile
tests/_while/_while.py
tests/_while/test__while.py
tests/case/Makefile
tests/case/case.py
tests/case/test_case.py
tests/cat/Makefile
tests/cat/cat.py
tests/cat/test_cat.py
tests/cond/Makefile
tests/cond/cond.py
tests/cond/test_cond.py
tests/for/Makefile
tests/for/_for.py
tests/for/test_for.py
tests/function/Makefile
tests/function/_function.py
tests/function/test_function.py
tests/generate/Makefile
tests/generate/generate.py
tests/generate/test_generate.py
tests/initial/Makefile
tests/initial/initial.py
tests/initial/test_initial.py
tests/instance_/Makefile
tests/instance_/named_args/Makefile
tests/instance_/named_args/named_args.py
tests/instance_/named_args/test_named_args.py
tests/instance_/noname_args/Makefile
tests/instance_/noname_args/noname_args.py
tests/instance_/noname_args/test_noname_args.py
tests/intx/Makefile
tests/intx/intx.py
tests/intx/test_intx.py
tests/intz/Makefile
tests/intz/intz.py
tests/intz/test_intz.py
tests/lib_bundle/Makefile
tests/lib_bundle/lib_bundle.py
tests/lib_bundle/test_lib_bundle.py
tests/lib_fsm_/Makefile
tests/lib_fsm_/branch/Makefile
tests/lib_fsm_/branch/lib_fsm_branch.py
tests/lib_fsm_/branch/test_lib_fsm_branch.py
tests/lib_fsm_/delayed/Makefile
tests/lib_fsm_/delayed/lib_fsm_delayed.py
tests/lib_fsm_/delayed/test_lib_fsm_delayed.py
tests/lib_fsm_/delayed_cond/Makefile
tests/lib_fsm_/delayed_cond/lib_fsm_delayed_cond.py
tests/lib_fsm_/delayed_cond/test_lib_fsm_delayed_cond.py
tests/lib_fsm_/delayed_eager_val/Makefile
tests/lib_fsm_/delayed_eager_val/lib_fsm_delayed_eager_val.py
tests/lib_fsm_/delayed_eager_val/test_lib_fsm_delayed_eager_val.py
tests/lib_fsm_/delayed_eager_val_lazy_cond/Makefile
tests/lib_fsm_/delayed_eager_val_lazy_cond/lib_fsm_delayed_eager_val_lazy_cond.py
tests/lib_fsm_/delayed_eager_val_lazy_cond/test_lib_fsm_delayed_eager_val_lazy_cond.py
tests/lib_fsm_/delayed_lazy_cond/Makefile
tests/lib_fsm_/delayed_lazy_cond/lib_fsm_delayed_lazy_cond.py
tests/lib_fsm_/delayed_lazy_cond/test_lib_fsm_delayed_lazy_cond.py
tests/lib_fsm_/make_case/Makefile
tests/lib_fsm_/make_case/lib_fsm_make_case.py
tests/lib_fsm_/make_case/test_lib_fsm_make_case.py
tests/lib_fsm_/make_if/Makefile
tests/lib_fsm_/make_if/lib_fsm_make_if.py
tests/lib_fsm_/make_if/test_lib_fsm_make_if.py
tests/lib_fsm_/multiple/Makefile
tests/lib_fsm_/multiple/lib_fsm_multiple.py
tests/lib_fsm_/multiple/test_lib_fsm_multiple.py
tests/lib_fsm_/prev/Makefile
tests/lib_fsm_/prev/lib_fsm_prev.py
tests/lib_fsm_/prev/test_lib_fsm_prev.py
tests/lib_pipeline_/Makefile
tests/lib_pipeline_/acc_add/Makefile
tests/lib_pipeline_/acc_add/lib_pipeline_acc_add.py
tests/lib_pipeline_/acc_add/test_lib_pipeline_acc_add.py
tests/lib_pipeline_/acc_add_valid/Makefile
tests/lib_pipeline_/acc_add_valid/lib_pipeline_acc_add_valid.py
tests/lib_pipeline_/acc_add_valid/test_lib_pipeline_acc_add_valid.py
tests/lib_pipeline_/acc_add_validready/Makefile
tests/lib_pipeline_/acc_add_validready/lib_pipeline_acc_add_validready.py
tests/lib_pipeline_/acc_add_validready/test_lib_pipeline_acc_add_validready.py
tests/lib_pipeline_/multi_input/Makefile
tests/lib_pipeline_/multi_input/lib_pipeline_multi_input.py
tests/lib_pipeline_/multi_input/test_lib_pipeline_multi_input.py
tests/lib_pipeline_/multi_output/Makefile
tests/lib_pipeline_/multi_output/lib_pipeline_multi_output.py
tests/lib_pipeline_/multi_output/test_lib_pipeline_multi_output.py
tests/lib_pipeline_/select/Makefile
tests/lib_pipeline_/select/lib_pipeline_select.py
tests/lib_pipeline_/select/test_lib_pipeline_select.py
tests/lib_pipeline_/single_add/Makefile
tests/lib_pipeline_/single_add/lib_pipeline_single_add.py
tests/lib_pipeline_/single_add/test_lib_pipeline_single_add.py
tests/lib_pipeline_/single_add_valid/Makefile
tests/lib_pipeline_/single_add_valid/lib_pipeline_single_add_valid.py
tests/lib_pipeline_/single_add_valid/test_lib_pipeline_single_add_valid.py
tests/lib_pipeline_/single_add_validready/Makefile
tests/lib_pipeline_/single_add_validready/lib_pipeline_single_add_validready.py
tests/lib_pipeline_/single_add_validready/test_lib_pipeline_single_add_validready.py
tests/lib_pipeline_/single_passthrough/Makefile
tests/lib_pipeline_/single_passthrough/lib_pipeline_single_passthrough.py
tests/lib_pipeline_/single_passthrough/test_lib_pipeline_single_passthrough.py
tests/lib_pipeline_/unbalanced_output/Makefile
tests/lib_pipeline_/unbalanced_output/lib_pipeline_unbalanced_output.py
tests/lib_pipeline_/unbalanced_output/test_lib_pipeline_unbalanced_output.py
tests/lib_seq_/Makefile
tests/lib_seq_/adder/Makefile
tests/lib_seq_/adder/lib_seq_addr.py
tests/lib_seq_/adder/test_lib_seq_addr.py
tests/lib_seq_/cmp/Makefile
tests/lib_seq_/cmp/lib_seq_cmp.py
tests/lib_seq_/cmp/test_lib_seq_cmp.py
tests/lib_seq_/delayed/Makefile
tests/lib_seq_/delayed/lib_seq_delayed.py
tests/lib_seq_/delayed/test_lib_seq_delayed.py
tests/lib_seq_/delayed_eager_val/Makefile
tests/lib_seq_/delayed_eager_val/lib_seq_delayed_eager_val.py
tests/lib_seq_/delayed_eager_val/test_lib_seq_delayed_eager_val.py
tests/lib_seq_/delayed_eager_val_lazy_cond/Makefile
tests/lib_seq_/delayed_eager_val_lazy_cond/lib_seq_delayed_eager_val_lazy_cond.py
tests/lib_seq_/delayed_eager_val_lazy_cond/test_lib_seq_delayed_eager_val_lazy_cond.py
tests/lib_seq_/prev/Makefile
tests/lib_seq_/prev/lib_seq_prev.py
tests/lib_seq_/prev/test_lib_seq_prev.py
tests/lib_simulation_/Makefile
tests/lib_simulation_/basic/Makefile
tests/lib_simulation_/basic/lib_simulation_basic.py
tests/lib_simulation_/basic/test_lib_simulation_basic.py
tests/lib_simulation_/pycoram_userlogic/Makefile
tests/lib_simulation_/pycoram_userlogic/lib_simulation_pycoram_userlogic.py
tests/lib_simulation_/pycoram_userlogic/test_lib_simulation_pycoram_userlogic.py
tests/noname/Makefile
tests/noname/noname.py
tests/noname/test_noname.py
tests/read_verilog_/Makefile
tests/read_verilog_/module/Makefile
tests/read_verilog_/module/led.v
tests/read_verilog_/module/read_verilog_module.py
tests/read_verilog_/module/test_read_verilog_module.py
tests/read_verilog_/module_generate/Makefile
tests/read_verilog_/module_generate/led.v
tests/read_verilog_/module_generate/read_verilog_module_generate.py
tests/read_verilog_/module_generate/test_read_verilog_module_generate.py
tests/read_verilog_/module_initial/Makefile
tests/read_verilog_/module_initial/led.v
tests/read_verilog_/module_initial/read_verilog_module_initial.py
tests/read_verilog_/module_initial/test_read_verilog_module_initial.py
tests/read_verilog_/module_modify/Makefile
tests/read_verilog_/module_modify/led.v
tests/read_verilog_/module_modify/read_verilog_module_modify.py
tests/read_verilog_/module_modify/test_read_verilog_module_modify.py
tests/read_verilog_/module_str/Makefile
tests/read_verilog_/module_str/read_verilog_module_str.py
tests/read_verilog_/module_str/test_read_verilog_module_str.py
tests/read_verilog_/pycoram_ctrl_thread/Makefile
tests/read_verilog_/pycoram_ctrl_thread/ctrl_thread.v
tests/read_verilog_/pycoram_ctrl_thread/read_verilog_pycoram_ctrl_thread.py
tests/read_verilog_/pycoram_ctrl_thread/test_read_verilog_pycoram_ctrl_thread.py
tests/read_verilog_/pycoram_object/Makefile
tests/read_verilog_/pycoram_object/pycoram.v
tests/read_verilog_/pycoram_object/read_verilog_pycoram_object.py
tests/read_verilog_/pycoram_object/test_read_verilog_pycoram_object.py
tests/read_verilog_/pycoram_object/userlogic.v
tests/read_verilog_/stub_module/Makefile
tests/read_verilog_/stub_module/led.v
tests/read_verilog_/stub_module/read_verilog_stub_module.py
tests/read_verilog_/stub_module/test_read_verilog_stub_module.py
tests/read_verilog_/stub_module_str/Makefile
tests/read_verilog_/stub_module_str/read_verilog_stub_module_str.py
tests/read_verilog_/stub_module_str/test_read_verilog_stub_module_str.py
tests/repeat/Makefile
tests/repeat/repeat.py
tests/repeat/test_repeat.py
tests/shift/Makefile
tests/shift/shift.py
tests/shift/test_shift.py
tests/slice/Makefile
tests/slice/slice.py
tests/slice/test_slice.py
tests/stub_/Makefile
tests/stub_/_class/Makefile
tests/stub_/_class/stub__class.py
tests/stub_/_class/test_stub__class.py
tests/stub_/str/Makefile
tests/stub_/str/stub_str.py
tests/stub_/str/test_stub_str.py
tests/systemtask/Makefile
tests/systemtask/systemtask.py
tests/systemtask/test_systemtask.py
utils/Makefile
utils/__init__.py
utils/emacs-indent.el
utils/version.py
utils/__pycache__/__init__.cpython-34.pyc
utils/__pycache__/version.cpython-34.pyc
veriloggen/__init__.py
veriloggen/from_verilog.py
veriloggen/function.py
veriloggen/module.py
veriloggen/reset_visitor.py
veriloggen/subst_visitor.py
veriloggen/task.py
veriloggen/to_verilog.py
veriloggen/vtypes.py
veriloggen.egg-info/PKG-INFO
veriloggen.egg-info/SOURCES.txt
veriloggen.egg-info/dependency_links.txt
veriloggen.egg-info/requires.txt
veriloggen.egg-info/top_level.txt
veriloggen/lib/__init__.py
veriloggen/lib/bundle.py
veriloggen/lib/fsm.py
veriloggen/lib/pipeline.py
veriloggen/lib/seq.py
veriloggen/lib/simulation.py