steve
|
52bf4e613f
|
conditional ident string using autoconfig.
|
2002-08-12 01:34:58 +00:00 |
steve
|
b825f8d2b2
|
Create a config.h.in file to hold all the config
junk, and support gcc 3.0. (Stephan Boettcher)
|
2001-07-25 03:10:48 +00:00 |
steve
|
93463b6ff5
|
Binary or and nor resilient to bit widths.
|
2001-02-13 03:38:55 +00:00 |
steve
|
563065053e
|
Make the add func resilient to bit widths (PR#141)
|
2001-02-10 01:57:18 +00:00 |
steve
|
2fbc0af1ea
|
Fix expression widths for rvalues and parameters (PR#131,132)
|
2001-02-07 21:47:13 +00:00 |
steve
|
5dbea64759
|
Add support for signed reg variables,
simulate in t-vvm signed comparisons.
|
2000-12-11 00:31:43 +00:00 |
steve
|
e152b91226
|
unop_not can take out width same as in width.
|
2000-07-06 18:12:28 +00:00 |
steve
|
337eee7dcb
|
Reduce result is OK in ~ operator.
|
2000-06-30 15:47:06 +00:00 |
steve
|
cc3d4c8231
|
Ternary operator handles bit sizes.
|
2000-05-18 20:35:08 +00:00 |
steve
|
38b4de87ad
|
Overcautious assert in shift is removed.
|
2000-05-18 20:23:40 +00:00 |
steve
|
3aef1be0e7
|
Proper bounds checking of the left operator of right shift.
|
2000-04-29 01:19:47 +00:00 |
steve
|
e78af393de
|
AND handles argument padding if necessary.
|
2000-04-26 03:32:40 +00:00 |
steve
|
ffc3a42405
|
Remove the vvm_bits_t abstract class.
|
2000-03-26 16:55:41 +00:00 |
steve
|
8a10511105
|
vvm_bitset_t is no longer a template.
|
2000-03-26 16:28:31 +00:00 |
steve
|
dcaea50b8f
|
Remove all remain vvm_bitset_t return values,
and disallow vvm_bitset_t copying.
|
2000-03-25 02:43:56 +00:00 |
steve
|
edc40f1792
|
vvm_unop and vvm_binop pass result by reference
instead of returning a value.
|
2000-03-24 02:43:36 +00:00 |
steve
|
a9e11d6546
|
Replace the vpip_bit_t with a typedef and
define values for all the different bit
values, including strengths.
|
2000-03-22 04:26:40 +00:00 |
steve
|
2e05f7f7ec
|
Remove unneeded templates.
|
2000-03-13 00:02:34 +00:00 |