COPYING.txt
README.rst
c2verilog
chips_c.py
csim
setup.py
Chips_python.egg-info/PKG-INFO
Chips_python.egg-info/SOURCES.txt
Chips_python.egg-info/dependency_links.txt
Chips_python.egg-info/requires.txt
Chips_python.egg-info/top_level.txt
chips/__init__.py
chips/api/__init__.py
chips/api/api.py
chips/chipsweb/__init__.py
chips/chipsweb/examples.py
chips/chipsweb/webapp.py
chips/chipsweb/templates/page.html
chips/compiler/__init__.py
chips/compiler/allocator.py
chips/compiler/builtins.h
chips/compiler/compiler.py
chips/compiler/exceptions.py
chips/compiler/fpu.py
chips/compiler/instruction_utils.py
chips/compiler/macro_expander.py
chips/compiler/optimizer.py
chips/compiler/parse_tree.py
chips/compiler/parser.py
chips/compiler/profiler.py
chips/compiler/python_model.py
chips/compiler/register_map.py
chips/compiler/tokens.py
chips/compiler/types.py
chips/compiler/utils.py
chips/compiler/verilog_area.py
chips/compiler/include/ctype.h
chips/compiler/include/errno.h
chips/compiler/include/math.h
chips/compiler/include/print.h
chips/compiler/include/scan.h
chips/compiler/include/stdio.h
chips/compiler/include/stdlib.h
chips/compiler/include/string.h
chips/compiler/include/time.h
chips/components/__init__.py
chips/components/components.py
chips/utils/__init__.py
chips/utils/block_diagram.py
chips/utils/debugger.py
chips/utils/gui_instance.py
chips/utils/gui_report.py
chips/utils/icons/into.png
chips/utils/icons/into_disabled.png
chips/utils/icons/over.png
chips/utils/icons/over_disabled.png
chips/utils/icons/reset.png
chips/utils/icons/reset_disabled.png
chips/utils/icons/run.png
chips/utils/icons/run_disabled.png
chips/utils/icons/stop.png
chips/utils/icons/stop_disabled.png
chips/utils/icons/tick.png
chips/utils/icons/tick_disabled.png
chips_c/chips_c.c
chips_c/chips_c_wrap.c