rtps-fpga/READ.txt
Greek 9cc4907a2f Add complete Level2 System Test
Using seperately compiled Libraries we interconnect two systems, and
test their communication and interaction.
A bug in rtps_builtin_endpoint was fixed (were if only the SUB data was
to be sent, it was never actually sent).
2021-11-17 14:23:53 +01:00

19 lines
590 B
Plaintext

RUN TESTS
=========
MANUALLY
--------
* Open modelsim
* Change Directory to /sim
* run 'build ../src/Tests/testbench.pro'
AUTOMATICALLY
-------------
* Open Terminal in /sim directory
* Run 'vsim -do test_all.do'
NOTE: After some time the compilation of the simulator gets sluggisly slow.
I noticed that deleting the Libraries and re-creating them re-vitalizes the speed
In order to do so start a simulation (so that the Library is loaded), make sure that you end the current simulation, and type 'RemoveAllLibraries'. After a vsim re-start everything shoudl run faster