Stephen Williams
|
ec49f10e2d
|
Revert bad merge from vhdl branch
|
2010-10-02 11:02:27 -07:00 |
Cary R
|
c0a592bec2
|
Don't place a trailing ',' after the last enum item.
The SunPro compiler does not like having a ',' after the last
enum item.
|
2010-05-13 18:56:44 -07:00 |
Nick Gasson
|
c5263268ed
|
Tidy up reduction functions in support.cc
This removes some unnecessary code duplication as the functions
only differ (or need to differ) in two places.
|
2008-09-13 18:20:12 +01:00 |
Nick Gasson
|
e5abe182c1
|
Add reduction XOR/XNOR in expressions
|
2008-09-13 18:09:11 +01:00 |
Nick Gasson
|
d21b3258e3
|
Support conversion of (un)signed to std_logic
Take the least-significant bit. This fixes a couple of broken
test cases.
|
2008-08-22 20:59:14 +01:00 |
Nick Gasson
|
f88415b1d7
|
Conversion of std_logic to integer
|
2008-07-28 22:46:39 +01:00 |
Nick Gasson
|
78028a3310
|
Fully support ternary expressions
|
2008-07-28 12:59:10 +01:00 |
Nick Gasson
|
3ca85491ee
|
Unary AND and XOR
|
2008-07-20 16:41:57 +01:00 |
Nick Gasson
|
77508b9afa
|
Reduction OR operator
|
2008-07-20 15:10:00 +01:00 |
Nick Gasson
|
af3ee49f57
|
Refactor support function code a bit
|
2008-07-19 20:49:55 +01:00 |
Nick Gasson
|
b6df73d3b9
|
Support functions for converting (un)signed -> boolean
|
2008-07-19 15:15:16 +01:00 |