f-cpu/vhdl/simili_vs_vanilla.txt
created lun dec 31 08:07:32 2001 by whygee@f-cpu.org

Due to the limitations built in Vanilla VHDL, there is a difference
with the compilations scripts used for Simili.

* For a mysterious reason, f-cpu/vhdl/common/fanout_linear.vhdl
does not work nicely. This architecture is wicked anyway, but
i don't understand what goes wrong.
  ---> the default architecture works, fortunately.

The fanout testbench also finds a problem when the vector is too large,
this is yet another serious issue.

* f-cpu/vhdl/common/random_file.vhdl does not work for another
unknown reason.
  ---> the random_clear.vhdl file implements a non-random version.

* f-cpu/vhdl/eu_sr/eu_sr.vhdl doesn't work because impure functions
are not allowed.


And here, i did not list all the problems found during testing...
