steve
d4370a0878
Integrate drive resolution function.
2000-03-22 05:16:38 +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
2deb379c06
Update the FF device to nexus style.
2000-03-18 23:22:37 +00:00
steve
80bd855329
Update bufz to nexus style.
2000-03-18 02:26:02 +00:00
steve
567de6ba39
Generate references into a table of nexus objects instead of
...
generating lots of isolated nexus objects. Easier on linkers
and compilers,
Add missing nexus support for l-value bit selects,
Detemplatize the vvm_mux type.
Fix up the vvm_nexus destructor to disconnect from drivers.
2000-03-18 01:26:59 +00:00
steve
3adaf23aab
Detemplatize the vvm_signal_t class.
2000-03-17 20:21:14 +00:00
steve
e71413123e
nor2 and and2 optimized gates.
2000-03-17 19:23:59 +00:00
steve
51e96a2d8b
Adder and comparator in nexus style.
2000-03-17 17:25:53 +00:00
steve
38fd245767
Remove some useless template parameters.
2000-03-17 03:36:07 +00:00
steve
20712d3fcc
Update vvm_mult to nexus style.
2000-03-17 03:05:13 +00:00
steve
8cbf4f815e
vvm_clshift implementation without templates.
2000-03-17 02:22:03 +00:00
steve
5ea3610d4a
Update LPM_MUX to nexus style.
2000-03-16 23:13:49 +00:00
steve
9deb7f6ba5
Update LMP_CLSHIFT to use nexus interface.
2000-03-16 21:47:27 +00:00
steve
7ab6ff77ad
Properly initialize driver and nexus values.
2000-03-16 21:45:07 +00:00
steve
2563e2b717
Revise the VVM backend to use nexus objects so that
...
drivers and resolution functions can be used, and
the t-vvm module doesn't need to write a zillion
output functions.
2000-03-16 19:03:03 +00:00
steve
2e05f7f7ec
Remove unneeded templates.
2000-03-13 00:02:34 +00:00
steve
e7efc2709a
Redesign the implementation of scopes and parameters.
...
I now generate the scopes and notice the parameters
in a separate pass over the pform. Once the scopes
are generated, I can process overrides and evalutate
paremeters before elaboration begins.
2000-03-08 04:36:53 +00:00
steve
380d5620e6
Simpler implementation of multiplication.
2000-03-04 01:13:54 +00:00
steve
8696a4363a
Fix warning and typo.
2000-02-29 01:41:32 +00:00
steve
d751b05cec
change not to v_not.
2000-02-24 01:56:28 +00:00
steve
843af31958
Some compilers do not accept the not symbol.
2000-02-23 04:43:43 +00:00
steve
b734ecf02f
Macintosh compilers do not support ident.
2000-02-23 02:56:53 +00:00
steve
a8d787bd66
Accept memory words as parameter to $display.
2000-02-13 19:18:27 +00:00
steve
cf8d17a6ab
Handle systems that need underscores in symbols.
2000-01-24 00:18:20 +00:00
steve
e6bd088984
Compile time problems with vpi_user.h
2000-01-23 23:54:36 +00:00
steve
dc5bd8ea59
$dumpall checkpointing in VCD dump.
2000-01-20 06:04:55 +00:00
steve
d84b72609d
Add the XNOR operator.
2000-01-13 06:05:46 +00:00
steve
aa8908c52f
Multiplication all the way to simulation.
2000-01-13 03:35:35 +00:00
steve
fdf2c1b0d0
Non-blocking memory writes.
2000-01-08 03:09:14 +00:00
steve
eb4cdc5026
Cleanup and some asserts.
2000-01-06 05:56:22 +00:00
steve
3d673c1f02
Add memory address range check.
2000-01-06 05:56:02 +00:00
steve
4558a7d8d0
Proper init_ method prototype.
1999-12-19 20:57:07 +00:00
steve
d54cc14ca2
Simulate carry output on adders.
1999-12-16 02:42:14 +00:00
steve
40ca71b10b
Support named begin scope at run time.
1999-12-15 18:21:20 +00:00
steve
1dcf9de34c
Implement vpi_put_value for memory words.
1999-12-15 04:15:17 +00:00
steve
5fa7e1c31b
Add the VPI implementation of $readmemh.
1999-12-15 04:01:14 +00:00
steve
6be5421c8a
Remove the useless vvm_simulation class.
1999-12-12 19:47:54 +00:00
steve
4a6d3a5104
Fix const/non-const errors.
1999-12-09 06:00:00 +00:00
steve
3e2bb85f58
Synthesize LPM_RAM_DQ for writes into memories.
1999-12-05 02:24:08 +00:00
steve
22d89c5984
Update case comparison (Eric Aardoom).
1999-12-02 16:58:58 +00:00
steve
88193a369f
Handle mux sel of X, if inputs are equal.
1999-12-02 04:54:11 +00:00
steve
99e145da48
shiftl and shiftr take unsized second parameter.
1999-12-02 03:36:01 +00:00
steve
fa088f8baa
Set VPI_MODULE_PATH in the target code, if desired.
1999-11-28 18:05:37 +00:00
steve
bf42be12de
Build up the lists in the scope of a module,
...
and get $dumpvars to scan the scope for items.
1999-11-28 00:56:08 +00:00
steve
4cfa3e4047
Support the creation of scopes.
1999-11-27 19:07:57 +00:00
steve
ac25dc03a8
Reduce more gate templates to use vvm_1bit_out (Eric Aardoom)
1999-11-25 01:34:04 +00:00
steve
680c35a845
LT and GT fixes from Eric Aardoom.
1999-11-24 04:38:49 +00:00
steve
eb72a83e5f
Detemplate some and, or and nor methods.
1999-11-22 00:30:52 +00:00
steve
b769c7781e
no -fno-exceptions to the C compiler.
1999-11-21 20:02:37 +00:00
steve
b4aade1e4c
Fix coding errors handling names of logic devices,
...
and add support for buf device in vvm.
1999-11-21 01:16:51 +00:00