steve
|
48ff66cbce
|
Take vector form as parameters to vpi_call.
|
2001-04-04 04:33:08 +00:00 |
steve
|
1b2a6f8bed
|
Fix broken look scanning down bits of number.
|
2001-04-04 04:28:41 +00:00 |
steve
|
c6cf665c4a
|
emit vpi parameters values as vectors.
|
2001-04-04 04:14:09 +00:00 |
steve
|
19c84ff9a2
|
Support non-blocking assignments.
|
2001-04-03 04:50:37 +00:00 |
steve
|
15398a8f58
|
VPI access time as a decimal string, and
stub vpi access to the scopes.
|
2001-04-03 03:46:14 +00:00 |
steve
|
9d2e22576e
|
support functor_set push for blocking assignment.
|
2001-04-03 03:18:34 +00:00 |
steve
|
3ffb3c7011
|
thread bit allocation leak in assign.
|
2001-04-02 04:09:20 +00:00 |
steve
|
cac4c8d5ce
|
Evaluate binary & and | operators.
|
2001-04-02 03:47:49 +00:00 |
steve
|
f40d006c26
|
Generate code for task calls.
|
2001-04-02 02:28:12 +00:00 |
steve
|
e6c36597eb
|
Support the scope expression node.
|
2001-04-02 00:28:35 +00:00 |
steve
|
141808b787
|
Scopes and numbers as vpi_call parameters.
|
2001-04-02 00:27:53 +00:00 |
steve
|
003f103408
|
Take numbers as system task parameters.
|
2001-04-02 00:24:30 +00:00 |
steve
|
ce66498c88
|
Unary ! is a reduction operator.
|
2001-04-01 22:26:21 +00:00 |
steve
|
bf30a0bc07
|
Add the reduction nor instruction.
|
2001-04-01 22:25:33 +00:00 |
steve
|
f8e6d782e1
|
Implement the unary ! operator.
|
2001-04-01 21:47:29 +00:00 |
steve
|
7a8135c703
|
Recognize the BUF device.
|
2001-04-01 21:34:48 +00:00 |
steve
|
311e1ce9ee
|
Add the buf functor type.
|
2001-04-01 21:31:46 +00:00 |
steve
|
9bce21ddb7
|
Generate code for < and <=.
|
2001-04-01 07:22:42 +00:00 |
steve
|
c4e438d4ba
|
Implement the less-then and %or instructions.
|
2001-04-01 07:22:08 +00:00 |
steve
|
a2da2d59df
|
support the NetWhile statement.
|
2001-04-01 06:52:27 +00:00 |
steve
|
56a4236576
|
Evaluate the logical AND operator.
|
2001-04-01 06:49:32 +00:00 |
steve
|
2443c655f2
|
Generate code for while statements.
|
2001-04-01 06:49:04 +00:00 |
steve
|
ae1d5227de
|
Support empty statements for hanging labels.
|
2001-04-01 06:40:44 +00:00 |
steve
|
5769bbe15e
|
Add the bitwise %and instruction.
|
2001-04-01 06:12:13 +00:00 |
steve
|
6dbf7333c8
|
dead cruft.
|
2001-04-01 04:38:17 +00:00 |
steve
|
4352ce6753
|
Generate code for casex and casez
|
2001-04-01 04:34:59 +00:00 |
steve
|
29a50a52ca
|
Implement %cmp/x and %cmp/z instructions.
|
2001-04-01 04:34:28 +00:00 |
steve
|
d25690cc8e
|
Redesign event information to support arbitrary edge combining.
|
2001-04-01 01:48:21 +00:00 |
steve
|
e29ecdc234
|
Fix compilation warnings.
|
2001-03-31 19:29:23 +00:00 |
steve
|
0f6eea7024
|
Handle $time as system task parameter.
|
2001-03-31 19:08:22 +00:00 |
steve
|
97dd559fca
|
Clear results of condition expressions.
|
2001-03-31 19:02:13 +00:00 |
steve
|
a4c722b195
|
Add VPI support for the simulation time.
|
2001-03-31 19:00:43 +00:00 |
steve
|
b3a3b888d8
|
Generate vvp code for case statements.
|
2001-03-31 17:36:38 +00:00 |
steve
|
2f1d258acb
|
Add the jmp/1 instruction.
|
2001-03-31 17:36:02 +00:00 |
steve
|
7aa9bc9892
|
Generate code for + and concat expressions.
|
2001-03-31 02:00:44 +00:00 |
steve
|
4a058632b2
|
Add the ADD instrunction.
|
2001-03-31 01:59:58 +00:00 |
steve
|
6a72b4c10e
|
Make empty event sub-expression a noop.
|
2001-03-30 23:24:02 +00:00 |
steve
|
00d44222dd
|
Initialize the event_ list of new scopes.
|
2001-03-30 06:10:15 +00:00 |
steve
|
b36b6d0ca0
|
Generate code for fork/join statements.
|
2001-03-30 05:49:52 +00:00 |
steve
|
386958f9a0
|
Add fork and join instructions.
|
2001-03-30 04:55:22 +00:00 |
steve
|
f6eb581aff
|
Handle truncation/padding of numbers.
|
2001-03-29 05:16:25 +00:00 |
steve
|
966f7a4bff
|
Behavioral trigger statements.
|
2001-03-29 03:47:38 +00:00 |
steve
|
2cb76cabef
|
events can take up to 4 inputs.
|
2001-03-29 03:47:13 +00:00 |
steve
|
609d5fe727
|
Support named events as mode 2 functors.
|
2001-03-29 03:46:36 +00:00 |
steve
|
522d0ec864
|
Add unary ~ operator to tgt-vvp.
|
2001-03-29 02:52:39 +00:00 |
steve
|
ad8565f8a6
|
Add const probe method to NetEvent.
|
2001-03-29 02:52:01 +00:00 |
steve
|
b0c003dc34
|
include string.h for strcmp et al.
|
2001-03-28 17:24:32 +00:00 |
steve
|
a4e528f0c3
|
Add the ivl_event_t to ivl_target, and use that to generate
.event statements in vvp way ahead of the thread that uses it.
|
2001-03-28 06:07:39 +00:00 |
steve
|
c8d9ade58c
|
Evaluate === and !==
|
2001-03-27 06:43:27 +00:00 |
steve
|
61e3eed49c
|
Generate code for simple @ statements.
|
2001-03-27 06:27:40 +00:00 |