summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More minor README tweaksHEADmasterLarry Doolittle2017-12-021-4/+4
|
* Draft documentation about limitationsLarry Doolittle2017-12-021-2/+22
| | | | Covering indexed part select and packages.
* Added support for REMRodrigo Alejandro Melo2017-12-015-11/+8
| | | | | It works as MOD. MOD is bad implemented, but useful when the two operand has the same sign.
* Fixed scientific notation when the sign of the exponent is usedRodrigo Alejandro Melo2017-12-014-4/+7
| | | | Removed the testcase of todo.vhd.
* Added unsupported things to todo.vhdRodrigo Alejandro Melo2017-12-012-2/+37
| | | | Applied a workaround in examples/Makefile to solve a dependency problem.
* Remove redundant bison ruleLarry Doolittle2017-11-281-4/+1
| | | | | Nicely reduces number of shift/reduce conflicts back to 2. I like having a good regression test suite!
* Add testcase for underscore in NATURALLarry Doolittle2017-11-282-2/+4
|
* Document success with other C compilersLarry Doolittle2017-11-281-2/+3
|
* Recover centralized xmallocLarry Doolittle2017-11-281-11/+12
| | | | Now with its sibling xrealloc
* C code passes -Wstrict-prototypesLarry Doolittle2017-11-282-2/+2
|
* Accept and ignore underscores in NATURALLarry Doolittle2017-11-281-2/+14
| | | | It would be even better to retain them in the output, but that's harder
* Added support to entity instantiationsRodrigo Alejandro Melo2017-11-284-7/+14
|
* Attempt to correct markdown errorLarry Doolittle2017-11-271-0/+1
|
* Document more tool versions that workLarry Doolittle2017-11-271-3/+6
|
* Documentation tweaksLarry Doolittle2017-11-272-7/+9
|
* More consistency in warning messagesLarry Doolittle2017-11-271-1/+1
|
* Rewrite slist_check_diff() string handlingLarry Doolittle2017-11-271-21/+56
| | | | Need to be totally safe, never create an unexplained fault
* 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
| |
OpenPOWER on IntegriCloud