steve
|
77792dcc2f
|
Support sequential UDP devices.
|
2005-06-09 04:12:30 +00:00 |
steve
|
42433f4df9
|
Add support for notif0/1 gates.
Make delay nodes support inertial delay.
Add the %force/link instruction.
|
2005-06-02 16:02:11 +00:00 |
steve
|
aa2e178667
|
Handle event/or with specific, efficient nodes.
|
2005-05-25 05:44:51 +00:00 |
steve
|
b6fd4f610b
|
Add a sign-extension node.
|
2005-05-24 01:43:27 +00:00 |
steve
|
28168e0f57
|
Fixup structural GT comparators.
|
2005-05-18 03:46:01 +00:00 |
steve
|
3a8e2e688d
|
Clean up definition of vvp_vector4_t insertion into ostream.
|
2005-05-17 20:54:56 +00:00 |
steve
|
037ab9efe9
|
Document real behavior of set/v instruction.
|
2005-05-17 20:54:00 +00:00 |
steve
|
d6a89a40cf
|
Clean up instruction type reverences to bits.
|
2005-05-17 20:51:06 +00:00 |
steve
|
870395e627
|
Move functor delays to vvp_delay_fun object.
|
2005-05-14 19:43:23 +00:00 |
steve
|
c701fb615b
|
Give buffers support for simple delays.
|
2005-05-13 05:13:12 +00:00 |
steve
|
ed78c5b677
|
Force part base out of bounds if index is invalid.
|
2005-05-09 00:36:58 +00:00 |
steve
|
7dd0d255a6
|
Add support for variable part select.
|
2005-05-08 23:40:14 +00:00 |
steve
|
5277124c76
|
Implement non-blocking part assign.
|
2005-05-07 03:15:42 +00:00 |
steve
|
f6da64e2ec
|
ostream insert for vvp_vector4_t objects.
|
2005-05-07 03:14:50 +00:00 |
steve
|
2894cdefc7
|
Add cassign/link instruction.
|
2005-05-01 22:05:21 +00:00 |
steve
|
99aff5f10b
|
Remove dead functor code.
|
2005-04-28 04:59:53 +00:00 |
steve
|
e9bf021f6c
|
vvp_fun_signal eliminates duplicate propagations.
|
2005-04-25 04:42:17 +00:00 |
steve
|
f884652c19
|
Add DFF nodes.
|
2005-04-24 20:07:25 +00:00 |
steve
|
a3f696cd06
|
Add vvp driver functor for logic outputs,
Add ostream output operators for debugging.
|
2005-04-13 06:34:20 +00:00 |
steve
|
061fdf5a0d
|
scalars with 0-drivers are hiZ by definition.
|
2005-04-09 06:00:58 +00:00 |
steve
|
fe91ebe77c
|
Default behavior for recv_vec8 methods.
|
2005-04-09 05:30:38 +00:00 |
steve
|
c5cf77dc7e
|
Support row level wildcards.
|
2005-04-04 05:13:59 +00:00 |
steve
|
20d3a8508e
|
Remove dead fvectors class.
|
2005-04-03 06:13:34 +00:00 |
steve
|
f16b69c1e5
|
Remove dead fvectors class.
|
2005-04-03 06:13:34 +00:00 |
steve
|
573e07225d
|
Rework the vvp_delay_t class.
|
2005-04-03 05:45:51 +00:00 |
steve
|
b7ef2fcb0a
|
Reimplement combinational UDPs.
|
2005-04-01 06:02:45 +00:00 |
steve
|
d8a456bd67
|
The indexed set can write a vector, not just a bit.
|
2005-03-22 05:18:34 +00:00 |
steve
|
ca488dff4e
|
Handle LPM shifts.
|
2005-03-19 06:23:49 +00:00 |
steve
|
53da6e9a33
|
Add support for LPM_UFUNC user defined functions.
|
2005-03-18 02:56:03 +00:00 |
steve
|
bae8507c90
|
Implement .arith/mod.
|
2005-03-12 06:42:28 +00:00 |
steve
|
313502f360
|
Implement VPI access to signal strengths,
Fix resolution of ambiguous drive pairs,
Fix spelling of scalar.
|
2005-03-12 04:27:42 +00:00 |
steve
|
1c5b4881d7
|
Handle case inequality in netlists.
|
2005-03-09 05:52:03 +00:00 |
steve
|
789c95b1c1
|
reimplement memory ports.
|
2005-03-09 04:52:40 +00:00 |
steve
|
72240c460e
|
Remove dead code from scheduler.
|
2005-03-06 17:25:03 +00:00 |
steve
|
8e135a1020
|
Non blocking assign to memory words.
|
2005-03-06 17:07:48 +00:00 |
steve
|
e7c2e06260
|
Check that lead.mv vector width matches word.
|
2005-03-05 05:45:18 +00:00 |
steve
|
73997f813c
|
Get read width of unitialized memory words right.
|
2005-03-05 05:44:32 +00:00 |
steve
|
75af32bd3c
|
Get base address from word ranges that VPI user passed.
|
2005-03-05 05:43:03 +00:00 |
steve
|
85286cc086
|
Rearrange how memories are supported as vvp_vector4 arrays.
|
2005-03-03 04:33:10 +00:00 |
steve
|
5fe5d9184d
|
Handle signed divide.
|
2005-02-19 02:41:23 +00:00 |
steve
|
589eb1d315
|
Implement .arith/div.
|
2005-02-19 01:32:52 +00:00 |
steve
|
c5e7e2ec0a
|
Signals may receive part vectors from %set/x0
instructions. Re-implement the %set/x0 to do
just that. Remove the useless %set/x0/x instruction.
|
2005-02-14 01:50:23 +00:00 |
steve
|
ff067bb959
|
tri0 and tri1 resolvers must replace HiZ with 0/1 after resolution.
|
2005-02-13 05:26:30 +00:00 |
steve
|
97e0723bd1
|
Cleanup unused truth tables.
|
2005-02-12 23:05:25 +00:00 |
steve
|
85d9ebded8
|
Implement the vvp_fun_muxz functor.
|
2005-02-12 22:50:52 +00:00 |
steve
|
355ead0002
|
Add debug dumps for vectors, and fix vvp_scaler_t make from BIT4_X values.
|
2005-02-12 06:13:22 +00:00 |
steve
|
4fce321900
|
Support C8 constants.
|
2005-02-12 03:27:18 +00:00 |
steve
|
2e6d2f8e98
|
Support scheduling vvp_vector8_t objects.
|
2005-02-12 03:26:14 +00:00 |
steve
|
a0583ef124
|
Simplify vvp_scaler strength representation.
|
2005-02-10 04:54:41 +00:00 |
steve
|
ca1bbc79a3
|
Add .repeat functor and BIFIF functors.
|
2005-02-07 22:42:42 +00:00 |