LICENSE.txt
MANIFEST.in
Makefile
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/dataflow_addpipe/Makefile
examples/dataflow_addpipe/dataflow_addpipe.py
examples/dataflow_addpipe/test_dataflow_addpipe.py
examples/dataflow_example/Makefile
examples/dataflow_example/dataflow_example.py
examples/dataflow_example/test_dataflow_example.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/seq_example/Makefile
examples/seq_example/seq_example.py
examples/seq_example/test_seq_example.py
examples/simulation_example/Makefile
examples/simulation_example/simulation_example.py
examples/simulation_example/test_simulation_example.py
examples/sort/Makefile
examples/sort/sort.py
examples/sort/test_sort.py
img/waveform.png
tests/Makefile
tests/__init__.py
tests/pytest.ini
tests/_class/Makefile
tests/_class/_class.py
tests/_class/test__class.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/_int/Makefile
tests/_int/_int.py
tests/_int/test__int.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/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_/connect_ports/Makefile
tests/instance_/connect_ports/instance_connect_ports.py
tests/instance_/connect_ports/test_instance_connect_ports.py
tests/instance_/connect_same_name/Makefile
tests/instance_/connect_same_name/instance_connect_same_name.py
tests/instance_/connect_same_name/test_instance_connect_same_name.py
tests/instance_/named_args/Makefile
tests/instance_/named_args/instance_named_args.py
tests/instance_/named_args/test_instance_named_args.py
tests/instance_/noname_args/Makefile
tests/instance_/noname_args/instance_noname_args.py
tests/instance_/noname_args/test_instance_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_dataflow_/Makefile
tests/lib_dataflow_/acc_add/Makefile
tests/lib_dataflow_/acc_add/lib_dataflow_acc_add.py
tests/lib_dataflow_/acc_add/test_lib_dataflow_acc_add.py
tests/lib_dataflow_/acc_add_valid/Makefile
tests/lib_dataflow_/acc_add_valid/lib_dataflow_acc_add_valid.py
tests/lib_dataflow_/acc_add_valid/test_lib_dataflow_acc_add_valid.py
tests/lib_dataflow_/acc_add_validready/Makefile
tests/lib_dataflow_/acc_add_validready/lib_dataflow_acc_add_validready.py
tests/lib_dataflow_/acc_add_validready/test_lib_dataflow_acc_add_validready.py
tests/lib_dataflow_/acc_custom/Makefile
tests/lib_dataflow_/acc_custom/lib_dataflow_acc_custom.py
tests/lib_dataflow_/acc_custom/test_lib_dataflow_acc_custom.py
tests/lib_dataflow_/draw_graph/Makefile
tests/lib_dataflow_/draw_graph/lib_dataflow_draw_graph.py
tests/lib_dataflow_/draw_graph/test_lib_dataflow_draw_graph.py
tests/lib_dataflow_/multi_input/Makefile
tests/lib_dataflow_/multi_input/lib_dataflow_multi_input.py
tests/lib_dataflow_/multi_input/test_lib_dataflow_multi_input.py
tests/lib_dataflow_/multi_output/Makefile
tests/lib_dataflow_/multi_output/lib_dataflow_multi_output.py
tests/lib_dataflow_/multi_output/test_lib_dataflow_multi_output.py
tests/lib_dataflow_/select/Makefile
tests/lib_dataflow_/select/lib_dataflow_select.py
tests/lib_dataflow_/select/test_lib_dataflow_select.py
tests/lib_dataflow_/single_add/Makefile
tests/lib_dataflow_/single_add/lib_dataflow_single_add.py
tests/lib_dataflow_/single_add/test_lib_dataflow_single_add.py
tests/lib_dataflow_/single_add_valid/Makefile
tests/lib_dataflow_/single_add_valid/lib_dataflow_single_add_valid.py
tests/lib_dataflow_/single_add_valid/test_lib_dataflow_single_add_valid.py
tests/lib_dataflow_/single_add_validready/Makefile
tests/lib_dataflow_/single_add_validready/lib_dataflow_single_add_validready.py
tests/lib_dataflow_/single_add_validready/test_lib_dataflow_single_add_validready.py
tests/lib_dataflow_/single_passthrough/Makefile
tests/lib_dataflow_/single_passthrough/lib_dataflow_single_passthrough.py
tests/lib_dataflow_/single_passthrough/test_lib_dataflow_single_passthrough.py
tests/lib_dataflow_/unbalanced_output/Makefile
tests/lib_dataflow_/unbalanced_output/lib_dataflow_unbalanced_output.py
tests/lib_dataflow_/unbalanced_output/test_lib_dataflow_unbalanced_output.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_/goto_from/Makefile
tests/lib_fsm_/goto_from/lib_fsm_goto_from.py
tests/lib_fsm_/goto_from/test_lib_fsm_goto_from.py
tests/lib_fsm_/hook/Makefile
tests/lib_fsm_/hook/lib_fsm_hook.py
tests/lib_fsm_/hook/test_lib_fsm_hook.py
tests/lib_fsm_/hook_nested/Makefile
tests/lib_fsm_/hook_nested/lib_fsm_hook_nested.py
tests/lib_fsm_/hook_nested/test_lib_fsm_hook_nested.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_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_/basic/Makefile
tests/lib_seq_/basic/lib_seq_basic.py
tests/lib_seq_/basic/test_lib_seq_basic.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_/hook/Makefile
tests/lib_seq_/hook/lib_seq_hook.py
tests/lib_seq_/hook/test_lib_seq_hook.py
tests/lib_seq_/hook_nested/Makefile
tests/lib_seq_/hook_nested/lib_seq_hook_nested.py
tests/lib_seq_/hook_nested/test_lib_seq_hook_nested.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/lib_simulation_/simulator/Makefile
tests/lib_simulation_/simulator/lib_simulation_simulator.py
tests/lib_simulation_/simulator/test_lib_simulation_simulator.py
tests/meta/Makefile
tests/meta/meta.py
tests/meta/test_meta.py
tests/noname/Makefile
tests/noname/noname.py
tests/noname/test_noname.py
tests/parameter/Makefile
tests/parameter/parameter.py
tests/parameter/test_parameter.py
tests/read_verilog_/Makefile
tests/read_verilog_/branchpredunit/Makefile
tests/read_verilog_/branchpredunit/branch.v
tests/read_verilog_/branchpredunit/read_verilog_branchpredunit.py
tests/read_verilog_/branchpredunit/test_read_verilog_branchpredunit.py
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/__init__.pyc
utils/version.py
utils/version.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/dataflow.py
veriloggen/lib/fsm.py
veriloggen/lib/seq.py
veriloggen/lib/simulation.py