steve
|
b2b8b89cd8
|
Make configure detect malloc.h
|
2001-09-15 18:27:04 +00:00 |
steve
|
03b428b6cb
|
Handle update in place of repeat constants.
|
2001-08-31 01:37:56 +00:00 |
steve
|
31aa85ce7d
|
Handle wide assignment to narrow return value.
|
2001-08-23 02:54:15 +00:00 |
steve
|
b72d1c297d
|
More detailed messages about unsupported things.
|
2001-08-03 17:06:10 +00:00 |
steve
|
becc7cb56a
|
Handle part select expressions as variants of
NetESignal/IVL_EX_SIGNAL objects, instead of
creating new and useless temporary signals.
|
2001-07-27 04:51:44 +00:00 |
steve
|
629a02cccf
|
Fix binding of dangling function ports. do not elide them.
|
2001-07-27 02:41:55 +00:00 |
steve
|
5c89fb71ae
|
Handle repeat for concatenation expressions.
|
2001-07-22 19:33:51 +00:00 |
steve
|
ce589da58a
|
Support the NetESubSignal expressions in vvp.tgt.
|
2001-07-22 00:17:49 +00:00 |
steve
|
c7b36322f6
|
Properly step through wide inputs. (Stephan Boettcher)
|
2001-07-09 15:38:35 +00:00 |
steve
|
8cc89a3a1f
|
Pass parameters to system functions.
|
2001-07-07 20:20:10 +00:00 |
steve
|
baac893d22
|
Support non-const right shift (unsigned).
|
2001-06-30 21:07:26 +00:00 |
steve
|
c4bd8b1463
|
Generate %shiftl instructions for shift.
|
2001-06-23 18:40:34 +00:00 |
steve
|
68a7ddefd3
|
Escaped identifiers in behavioral expressions. (Stephan Boettcher)
|
2001-06-21 04:53:59 +00:00 |
steve
|
4159c98c58
|
More behavioral unary reduction operators.
(Stephan Boettcher)
|
2001-06-18 01:09:32 +00:00 |
steve
|
4b82d26f5e
|
Add support for structural multiply in t-dll.
Add code generators and vvp support for both
structural and behavioral multiply.
|
2001-06-16 23:45:05 +00:00 |
steve
|
39ffe91230
|
Add behavioral modulus.
|
2001-05-24 04:20:10 +00:00 |
steve
|
8669b372e0
|
Implement reduction nor.
|
2001-05-20 01:18:38 +00:00 |
steve
|
bdcb813727
|
Initial support for system functions.
|
2001-05-20 01:02:55 +00:00 |
steve
|
0872ad34cf
|
Behavioral ternary operators for vvp.
|
2001-05-17 04:37:02 +00:00 |
steve
|
44a182d92c
|
VVP support for memories in expressions,
including general support for thread bit
vectors as system task parameters.
(Stephan Boettcher)
|
2001-05-10 00:26:53 +00:00 |
steve
|
213cb1b08a
|
Behavioral code to read memories. (Stephan Boettcher)
|
2001-05-06 17:54:33 +00:00 |
steve
|
06437b7fba
|
Support behavioral subtraction.
|
2001-05-02 01:57:25 +00:00 |
steve
|
3e3757bde7
|
Comparisons cant leave their results in the opcode
result area or their values will be clobbered by other
parts of a complex expression.
|
2001-05-01 02:07:34 +00:00 |
steve
|
972e9c866b
|
OR is %or. Get this right.
|
2001-04-30 05:11:18 +00:00 |
steve
|
31291f5d8a
|
Evalulate logical or (||)
|
2001-04-29 20:47:39 +00:00 |
steve
|
57b0d9691e
|
Right shift by constant.
|
2001-04-21 03:26:23 +00:00 |
steve
|
67e72ce77e
|
Left shift by a constant amount.
|
2001-04-21 01:49:17 +00:00 |
steve
|
39bcdfb7b4
|
Use the new %fork syntax.
|
2001-04-18 05:12:03 +00:00 |
steve
|
41ce198a1f
|
add XOR support.
|
2001-04-15 16:37:48 +00:00 |
steve
|
05e30ed43b
|
Add support for behavioral xnor.
|
2001-04-15 04:07:56 +00:00 |
steve
|
0550287658
|
Generate vvp code for functions with ports.
|
2001-04-06 02:28:02 +00:00 |
steve
|
898639d7bf
|
Get signed compares working correctly in vvp.
|
2001-04-05 01:12:27 +00:00 |
steve
|
cac4c8d5ce
|
Evaluate binary & and | operators.
|
2001-04-02 03:47:49 +00:00 |
steve
|
ce66498c88
|
Unary ! is a reduction operator.
|
2001-04-01 22:26:21 +00:00 |
steve
|
f8e6d782e1
|
Implement the unary ! operator.
|
2001-04-01 21:47:29 +00:00 |
steve
|
9bce21ddb7
|
Generate code for < and <=.
|
2001-04-01 07:22:42 +00:00 |
steve
|
56a4236576
|
Evaluate the logical AND operator.
|
2001-04-01 06:49:32 +00:00 |
steve
|
b3a3b888d8
|
Generate vvp code for case statements.
|
2001-03-31 17:36:38 +00:00 |
steve
|
7aa9bc9892
|
Generate code for + and concat expressions.
|
2001-03-31 02:00:44 +00:00 |
steve
|
f6eb581aff
|
Handle truncation/padding of numbers.
|
2001-03-29 05:16:25 +00:00 |
steve
|
522d0ec864
|
Add unary ~ operator to tgt-vvp.
|
2001-03-29 02:52:39 +00:00 |
steve
|
c8d9ade58c
|
Evaluate === and !==
|
2001-03-27 06:43:27 +00:00 |
steve
|
c2dc3fe5c3
|
Assure that operands are the correct width.
|
2001-03-23 01:10:24 +00:00 |
steve
|
565088160e
|
Geneate code for conditional statements.
|
2001-03-22 05:06:21 +00:00 |