steve
|
d8a456bd67
|
The indexed set can write a vector, not just a bit.
|
2005-03-22 05:18:34 +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
|
85286cc086
|
Rearrange how memories are supported as vvp_vector4 arrays.
|
2005-03-03 04:33:10 +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
|
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
|
a121e703f3
|
Add vector4 implementation of .arith/mult.
|
2005-01-28 05:34:25 +00:00 |
steve
|
1d1dda5a5d
|
Implement the %load/x instruction.
|
2005-01-22 00:58:22 +00:00 |
steve
|
26d97558c4
|
Replace single release with release/net and release/reg.
|
2004-12-17 04:47:47 +00:00 |
steve
|
78dda42493
|
Add the force/v instruction.
|
2004-12-15 17:17:42 +00:00 |
steve
|
65e9b6be12
|
Rework of internals to carry vectors through nexus instead
of single bits. Make the ivl, tgt-vvp and vvp initial changes
down this path.
|
2004-12-11 02:31:25 +00:00 |
steve
|
e4ae832153
|
Clean up spurious trailing white space.
|
2004-10-04 01:10:51 +00:00 |
steve
|
51fd249d8a
|
Watch type of mak bit matches masked value.
|
2004-06-19 16:17:02 +00:00 |
steve
|
050ec6f325
|
Add signed modulus operator.
|
2004-06-19 15:52:53 +00:00 |
steve
|
8d3102388b
|
Pick sign bit from the right place in the exponent number.
|
2004-06-04 23:26:34 +00:00 |
steve
|
a7ae8adf9b
|
Support delayed/non-blocking assignment to reals and others.
|
2004-05-19 03:26:24 +00:00 |
steve
|
995cd449c5
|
Include config.h
|
2003-11-10 20:19:32 +00:00 |
steve
|
07ece95383
|
Slight performance tweaks of scheduler.
|
2003-09-26 02:15:15 +00:00 |
steve
|
2272843511
|
32bit vs 64bit handling in SUBI.
|
2003-09-01 04:03:38 +00:00 |
steve
|
2d5b48ce0a
|
Initialize allocated memory.
|
2003-08-01 00:58:03 +00:00 |
steve
|
5e954e94fa
|
Overflow of unsigned when calculating unsigned long value.
|
2003-07-21 02:39:15 +00:00 |
steve
|
dccd7ec7e2
|
Remove the vvp_cpoint_t indirect code pointer.
|
2003-07-03 20:03:36 +00:00 |
steve
|
71a404a546
|
Add arithmetic shift operators.
|
2003-06-18 03:55:18 +00:00 |
steve
|
2321df4bfc
|
Remove short int restrictions from vvp opcodes. (part 2)
|
2003-06-17 21:28:59 +00:00 |
steve
|
96ca885aca
|
Remove short int restrictions from vvp opcodes.
|
2003-06-17 19:17:42 +00:00 |
steve
|
e157b3f9c5
|
Add the set/x0/x instruction.
|
2003-05-26 04:44:54 +00:00 |
steve
|
4ace97a083
|
ufunc calls to functions can have scheduling complexities.
|
2003-05-07 03:39:12 +00:00 |
steve
|
4b543de7f9
|
Add support for division of real operands.
|
2003-03-28 02:33:56 +00:00 |
steve
|
f45fd155c4
|
Remove the obsolete functor delete functions.
|
2003-03-13 04:36:57 +00:00 |
steve
|
aa3297a925
|
Add the cvt/vr instruction.
|
2003-02-27 20:36:29 +00:00 |
steve
|
2935e28ffb
|
When checking for stop, remember to reschedule.
|
2003-02-22 06:26:58 +00:00 |
steve
|
19c6bd2139
|
Check for stopped flag in certain strategic points.
|
2003-02-22 02:52:06 +00:00 |
steve
|
b726395d1e
|
Spelling fixes.
|
2003-02-09 23:33:26 +00:00 |
steve
|
dd56d9a17c
|
Add the %sub/wr instruction.
|
2003-02-06 17:41:47 +00:00 |
steve
|
04ada23119
|
Support in various contexts the $realtime
system task.
|
2003-01-27 00:14:37 +00:00 |
steve
|
7de4108bad
|
Add %cvt/ir and %cvt/ri instructions, and support
real values passed as arguments to VPI tasks.
|
2003-01-26 18:16:22 +00:00 |
steve
|
9a5a00f836
|
Add thread word array, and add the instructions,
%add/wr, %cmp/wr, %load/wr, %mul/wr and %set/wr.
|
2003-01-25 23:48:05 +00:00 |
steve
|
aa3a6dba4e
|
Schedule wait lists of threads as a single event,
to save on events. Also, improve efficiency of
event_s allocation. Add some event statistics to
get an idea where performance is really going.
|
2003-01-06 23:57:26 +00:00 |
steve
|
8e30bc9f9e
|
Careful of left operands to shift that are constant.
|
2002-11-22 00:01:50 +00:00 |
steve
|
03afbf157b
|
%set/x0 instruction to support bounds checking.
|
2002-11-21 22:43:13 +00:00 |
steve
|
1b84893ccb
|
Add the %assign/v0 instruction.
|
2002-11-08 04:59:57 +00:00 |
steve
|
b0a7909162
|
functor_set takes bit and strength, not 2 strengths.
|
2002-11-07 03:11:43 +00:00 |
steve
|
d7ae85a13a
|
Add vector set and load instructions.
|
2002-11-07 02:32:39 +00:00 |
steve
|
4e5dd49a37
|
Fix mask calculate when MOV_b is right on the word boundary.
|
2002-11-05 03:46:44 +00:00 |
steve
|
7557a46382
|
Remove some now useless asserts.
|
2002-09-21 23:47:30 +00:00 |
steve
|
acd5e86e04
|
Fix disable in arbitrary fork/join situations.
|
2002-09-21 04:55:00 +00:00 |
steve
|
ab94b0a636
|
disable threads with children.
|
2002-09-20 03:59:34 +00:00 |
steve
|
3d3116d48b
|
Add support for binary NOR operator.
|
2002-09-18 04:29:55 +00:00 |
steve
|
dac99b9374
|
Add support for binary nand operator.
|
2002-09-12 15:49:43 +00:00 |
steve
|
cbca31555d
|
Add the %subi instruction, and use it where possible.
|
2002-08-28 18:38:07 +00:00 |