steve
|
7d7ccd4f08
|
Generate proper code for wide condition expressions.
|
2001-02-13 04:11:24 +00:00 |
steve
|
93463b6ff5
|
Binary or and nor resilient to bit widths.
|
2001-02-13 03:38:55 +00:00 |
steve
|
4b0c56c3a8
|
Rant about bit widths.
|
2001-02-12 16:48:04 +00:00 |
steve
|
1bae567728
|
Add the netmisc.cc source file.
|
2001-02-11 02:15:52 +00:00 |
steve
|
7d7beeecc1
|
Binary operators with operands of indefinite width
has itself an indefinite width.
|
2001-02-10 21:20:38 +00:00 |
steve
|
f5d0211864
|
In the context of range declarations, use elab_and_eval instead
of the less robust eval_const methods.
|
2001-02-10 20:29:39 +00:00 |
steve
|
1f4232187c
|
Slightly more specific error message.
|
2001-02-10 19:50:33 +00:00 |
steve
|
f45ba008d8
|
Catch constants driving root module ports. (PR#130)
|
2001-02-10 04:50:54 +00:00 |
steve
|
ac629b313c
|
Report errors when XNF code has constant X values. (PR#128)
|
2001-02-10 03:22:49 +00:00 |
steve
|
563065053e
|
Make the add func resilient to bit widths (PR#141)
|
2001-02-10 01:57:18 +00:00 |
steve
|
2b903f5d0e
|
Detect part select out of range in nets. (PR#138)
|
2001-02-09 20:18:15 +00:00 |
steve
|
7ef3b44ab1
|
support evaluation of constant < in expressions.
|
2001-02-09 05:44:23 +00:00 |
steve
|
8376553349
|
Report bit/part select out of range errors. (PR#133)
|
2001-02-09 03:16:48 +00:00 |
steve
|
3885f17d0f
|
Be more clear about scope of failure.
|
2001-02-09 02:49:59 +00:00 |
steve
|
4b0e5bd173
|
trim the length of unsized numbers.
|
2001-02-08 05:38:18 +00:00 |
steve
|
d78c7392c2
|
Remove dead code.
|
2001-02-08 01:10:30 +00:00 |
steve
|
cf3f1b38c3
|
ivl_target header search path fixes.
|
2001-02-07 22:21:59 +00:00 |
steve
|
2fbc0af1ea
|
Fix expression widths for rvalues and parameters (PR#131,132)
|
2001-02-07 21:47:13 +00:00 |
steve
|
94a1d59817
|
Support constant evaluation of / and % (PR#124)
|
2001-02-07 02:46:31 +00:00 |
steve
|
57d1bfaf29
|
Add 0? and 1? patterns to UDP syntax. (PR#137)
|
2001-02-07 01:08:21 +00:00 |
steve
|
d6701803d1
|
Latest rpm compresses man pages. Fine, I can cope.
|
2001-02-04 01:00:51 +00:00 |
steve
|
9e624ac833
|
Update to 0.4 release.
|
2001-02-04 00:03:57 +00:00 |
steve
|
0175c727ee
|
The -f flag is obsolete.
|
2001-02-01 17:12:44 +00:00 |
steve
|
90250baf0f
|
Forgot to actually allow the -p flag.
|
2001-02-01 17:12:22 +00:00 |
steve
|
cc22ae833a
|
support leading _ in names.
|
2001-01-29 22:48:10 +00:00 |
steve
|
6c4b5cf2c2
|
Fix sign extension of evaluated constants. (PR#91)
|
2001-01-27 05:41:48 +00:00 |
steve
|
88a2ca2168
|
Handle wide net constants with unary minus.
|
2001-01-25 02:05:16 +00:00 |
steve
|
41242735ed
|
Handle some special cases of unary 2's complement,
and improve netlist expression width handling.
|
2001-01-24 02:52:30 +00:00 |
steve
|
ab11943496
|
Fix hand bad karma btw AC_LANG_CPLUSPLUS and AC_EXEEXT
|
2001-01-23 19:52:03 +00:00 |
steve
|
d9f0065f93
|
Forgot to actually *open* the VCD output.
|
2001-01-23 18:50:26 +00:00 |
steve
|
53dfdacce8
|
Support default dumpfiles.
|
2001-01-22 20:58:31 +00:00 |
steve
|
4e44515078
|
Switch hte -f flag to the -p flag.
|
2001-01-20 19:02:04 +00:00 |
steve
|
2b11f78d63
|
Catch malformed include directives (PR#100)
|
2001-01-20 03:10:35 +00:00 |
steve
|
a4de0af79d
|
apologize for not supporting non-constant delays.
|
2001-01-20 02:15:50 +00:00 |
steve
|
145ac49233
|
NetMux needs a scope. (PR#115)
|
2001-01-18 03:16:35 +00:00 |
steve
|
6479319fea
|
LDFLAGS when linking pal.tgt.
|
2001-01-18 03:09:45 +00:00 |
steve
|
f224ed3a90
|
Fix out-of-bound pins for comparator (PR#108)
|
2001-01-16 04:51:52 +00:00 |
steve
|
5f292e546d
|
Get rid of gate templates.
|
2001-01-16 03:57:46 +00:00 |
steve
|
65020bc6de
|
Use the iosfwd header if available.
|
2001-01-16 02:44:17 +00:00 |
steve
|
6adb50e860
|
Add missing NetLogic gate types to ::logic method.
|
2001-01-15 22:08:32 +00:00 |
steve
|
1ea417dc30
|
Declare ivl_scope_type functions.
|
2001-01-15 22:05:14 +00:00 |
steve
|
a00924089d
|
Pass scope type information to the target module.
|
2001-01-15 00:47:01 +00:00 |
steve
|
66716f5101
|
Add client data pointer for scope and process scanners.
|
2001-01-15 00:05:39 +00:00 |
steve
|
219df169a3
|
Generalize the evaluation of floating point delays, and
get it working with delay assignment statements.
Allow parameters to be referenced by hierarchical name.
|
2001-01-14 23:04:55 +00:00 |
steve
|
b712c3f5ca
|
possible HP/UX portability support.
|
2001-01-14 17:12:59 +00:00 |
steve
|
02fc59fbdf
|
Parse parameters within nested scopes.
|
2001-01-13 22:20:08 +00:00 |
steve
|
4e7a5d55d0
|
Handle error idents in constants not in any scope (PR#97)
|
2001-01-12 04:31:27 +00:00 |
steve
|
5fb7f9ca91
|
Generated function prototype. (PR#107)
|
2001-01-12 04:20:18 +00:00 |
steve
|
246f2d5884
|
Match memories within task scopes. (PR#101)
|
2001-01-10 05:32:44 +00:00 |
steve
|
5276752276
|
Build task outputs as lval instead of nets. (PR#98)
|
2001-01-10 03:13:23 +00:00 |