URL
https://opencores.org/ocsvn/tcp_socket/tcp_socket/trunk
Subversion Repositories tcp_socket
[/] [tcp_socket/] [trunk/] [chips2/] [README.rst] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
Chips=====Introduction------------Chips is a fast and simple way to design Logic Devices. You can think ofa Chips design as a network on a chip. Many C Programs are all executing inparallel, streaming data between each other using fast on-chip connections.The interface is simple, design components using C, and connect them togetherto form a chip using a simple python API. Behind the scenes, chips will comvertC programs into efficient verilog implementation based on interconnected FiniteState Machines, or custom CPUs.Test----$ cd test_suite$ test_c2verilogInstall-------$ sudo python setup installTo Prepare a Source Distribution--------------------------------$ python setup sdistDistribution is contained in ./distTo Create a Windows Distribution--------------------------------$ python setup bdist_wininst
Go to most recent revision | Compare with Previous | Blame | View Log
