summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add noyywrap option, removes need for libflLarry Doolittle2017-11-272-1/+2
| | | | Simplifies build in general, and makes vhd2vl easier to build on macosx
* Delete unused "struct signal" from def.hLarry Doolittle2017-11-271-5/+0
| | | | Works around macosx libc bug, their #include <string.h> manages to pull in signal.h
* Don't ship translated_examples/todo.vLarry Doolittle2017-11-271-50/+0
|
* Take two files out of exclude listLarry Doolittle2017-11-271-2/+0
|
* Moved unsupported commented things to todo.vhdRodrigo Alejandro Melo2017-11-278-9/+64
|
* Maybe improve README.mdLarry Doolittle2017-11-271-9/+10
|
* sort lists in MakefilesLarry Doolittle2017-11-273-2/+4
|
* Updated README.md according to now supported thingsRodrigo Alejandro Melo2017-11-271-7/+1
|
* Some CHANGELOG updatesLarry Doolittle2017-11-271-1/+4
| | | | Needs more work still
* Updates to makefile, mostly commentsLarry Doolittle2017-11-271-10/+12
| | | | | make c99 the default tested on Debian Jessie and Debian Stretch
* Update copyright datesLarry Doolittle2017-11-261-2/+2
|
* Examples: match case of module name in filenameLarry Doolittle2017-11-262-0/+0
|
* Makefile: restore missing -p to mkdirLarry Doolittle2017-11-261-1/+1
|
* Renamed generic to withselectRodrigo Alejandro Melo2017-11-262-4/+5
|
* Renamed while to whileloopRodrigo Alejandro Melo2017-11-262-5/+4
|
* Deleted from todo.vhd a testcase that now is supportedRodrigo Alejandro Melo2017-11-261-4/+1
|
* Renamed gh_fifo_async16_sr to fifoRodrigo Alejandro Melo2017-11-262-23/+20
| | | | And clean up of trailer tabs and spaces.
* Unexcluded partselectRodrigo Alejandro Melo2017-11-261-2/+1
|
* Renamed generate to forgen and for to forloopRodrigo Alejandro Melo2017-11-264-16/+19
|
* Merge pull request #8 from ldoolitt/excludeRodrigo A. Melo2017-11-265-22/+29
|\ | | | | Implemented a mechanism to exclude files in the main Makefile
| * Changed translated_examples/Makefile to analyze individually againRodrigo Alejandro Melo2017-11-261-6/+2
| |
| * Renamed .exclude to excludeRodrigo Alejandro Melo2017-11-252-2/+2
| |
| * Removed Makefile from examples/.excludeRodrigo Alejandro Melo2017-11-242-4/+3
| |
| * Implemented a mechanism to exclude files in the main MakefileRodrigo Alejandro Melo2017-11-242-11/+25
| |
| * Simplified iverilog checkRodrigo Alejandro Melo2017-11-243-7/+5
| |
* | Merge pull request #7 from ldoolitt/index_diffRodrigo A. Melo2017-11-2610-78/+272
|\ \ | |/ |/| Merged support of indexed part select
| * Fixed partselect exampleRodrigo Alejandro Melo2017-11-262-3/+3
| |
| * Correct selection of -: vs. +:Larry Doolittle2017-11-257-38/+45
| | | | | | | | | | Adds new updown field to struct vrange Both cases exercised by examples/partselect.vhd
| * Add missing CONVFUNC_1 to grammarLarry Doolittle2017-11-243-2/+7
| | | | | | | | Allows completion of dsp.vhd changes from previous commit
| * Fixed dsp.vhdRodrigo Alejandro Melo2017-11-241-13/+15
| | | | | | | | There is a new problem (commented).
| * Turn off debug prints and fix warningsLarry Doolittle2017-11-235-14/+30
| |
| * First stupid attempt to finish part selectLarry Doolittle2017-11-239-49/+67
| | | | | | | | | | No attempt to figure out -: vs. +: Already yields much better results on test files
| * Fill in size_expr with reduced diffLarry Doolittle2017-11-231-22/+26
| |
| * Added partselect exampleRodrigo Alejandro Melo2017-11-232-0/+57
| | | | | | | | The conversion to Verilog must be fixed.
| * Experiment towards indexed part selectLarry Doolittle2017-11-231-5/+90
|/ | | | No change in stdout, just lots of chatter on stderr
* Allow second argument to CONVFUNC_2 to be exprLarry Doolittle2017-11-223-4/+4
| | | | | Adds one more shift/reduce conflict. Include test case.
* Merge branch 'exponentiation'Larry Doolittle2017-11-224-2/+19
|\
| * Supports for exponentiation at the lex layerRodrigo Alejandro Melo2017-11-222-4/+6
| |
| * Experimental support of exponentiationRodrigo Alejandro Melo2017-11-213-1/+16
| |
* | Improve c89 compatibilityLarry Doolittle2017-11-211-9/+9
|/
* Add development hook for visualising slistsLarry Doolittle2017-11-201-0/+48
| | | | Use case is disabled, so no default effect.
* Adding support for while loopLarry Doolittle2017-11-204-1/+69
| | | | | Supplied by jeinstei Labelling of the loop is still unsupported.
* Align the prototypes for dsp in dsp and genericmapLarry Doolittle2017-11-202-4/+3
|
* Beginning support for assertionsLarry Doolittle2017-11-183-0/+26
| | | | Based on work by jeinstei
* Simple fix to genericmap exampleLarry Doolittle2017-11-182-4/+4
|
* Fix capitalization of iverilogLarry Doolittle2017-11-171-1/+1
|
* Modified the Makefile to run GHDl and iVerilog always but only if installedRodrigo Alejandro Melo2017-11-173-15/+28
|
* Removed extra parentheses when parentheses are usedRodrigo Alejandro Melo2017-11-173-3/+4
|
* Removed unuseful parenthesesRodrigo Alejandro Melo2017-11-179-40/+40
|
* Fixed rebuild of vhd2vl in the main MakefileRodrigo Alejandro Melo2017-11-171-7/+4
|
OpenPOWER on IntegriCloud