PipeFitter Code
Synthesis from Verilog HDL to asynchronous micropipelines
Brought to you by:
lavagno
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| examples | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| lib | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| src | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| BUGS.txt | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| CREDITS.txt | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| INSTALL.txt | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| LICENSE.txt | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
| Makefile | 2015-02-26 |
|
[a72228] Removed -ll (not needed) |
| README.txt | 2015-02-26 |
|
[3207a1] initial commit of pipefitter 1.0 |
Directory Structure =================== src - Contains the source code examples - Contains some representative examples including the ones presented in the tutorial doc - Contains the tutorials bin - Will contain the executable file lib - Contains the KClib.v library needed for verilog simulation README.txt - This file INSTALL.txt - Details regarding installation of PipeFitter LICENSE.txt - License disclaimer CREDITS.txt - Credits BUGS.txt - Info about bug reports. Makefile - make tool configuration file