doc/memo.doc in ruby-vpi-17.0.0 vs doc/memo.doc in ruby-vpi-18.0.0
- old
+ new
@@ -1,21 +1,18 @@
<doc_proxy_include common.inc>
<% section "Pending tasks" do %>
+ * add support for multiple Ruby prototypes so that you can do integration testing and ESL stuff
+
* add shortcuts for reading & writing VPI delay values
- * GHDL simulator supports VPI
- ** need way to invoke VPI tasks from VHDL, like @$ruby_init();@
+ * add support for GHDL simulator (and thereby VHDL!) because it supports VPI
- +No need for system tasks/functions. Ruby-VPI uses callbacks now!+
-
* add instructions for using *ruby-debug* with a graphical debugging tool or IDE like RadRails
* write section about code coverage and prototyping in manual
- * clean up the teriminology section... unnecessary
-
* write unit tests for the non-VPI libraries like integer.rb and float.rb
<% end %>
<% section "Finished tasks" do %>
@@ -42,9 +39,13 @@
** this has been verified as bottleneck from profiling data
* make RCov correctly profile the code and report useful coverage metrics...
* add support for VPI callbacks which execute Ruby blocks
+
+ * write section about code coverage and prototyping in manual
+
+ * clean up the teriminology section... unnecessary
<% end %>
<% section "Obsolete tasks" do %>
* smarter test generation, which adjusts to user modifications in previously generated output