OpenCores
URL https://opencores.org/ocsvn/tcp_socket/tcp_socket/trunk

Subversion Repositories tcp_socket

[/] [tcp_socket/] [trunk/] [chips2/] [README.rst] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 jondawson
Chips
2
=====
3
 
4
Introduction
5
------------
6
 
7 4 jondawson
*Chips* makes FPGA design quicker and easier. *Chips* isn't an HDL like VHDL or
8
Verilog, its a different way of doing things. In *Chips*, you design components
9
using a simple subset of the C programming language. There's a Python API to
10
connect C components together using fast data streams to form complex, parallel
11
systems all in a single chip. You don't need to worry about clocks, resets,
12
or timing. You don't need to follow special templates to make your code
13
synthesisable. All that's done for you!
14 2 jondawson
 
15
Test
16
----
17
 
18 4 jondawson
::
19
 
20
        $ cd test_suite
21
        $ test_c2verilog
22
 
23 2 jondawson
Install
24
-------
25
 
26 4 jondawson
::
27
 
28
        $ sudo python setup install
29
 
30
Documentation
31
-------------
32
 
33
::
34
 
35
        $ cd docs
36
        $ make html
37
 
38 2 jondawson
To Prepare a Source Distribution
39
--------------------------------
40 4 jondawson
 
41
::
42
 
43
        $ python setup sdist
44
 
45 2 jondawson
Distribution is contained in ./dist
46
 
47
To Create a Windows Distribution
48
--------------------------------
49 4 jondawson
 
50
::
51
 
52
        $ python setup bdist_wininst

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.