URL
https://opencores.org/ocsvn/rio/rio/trunk
Subversion Repositories rio
[/] [rio/] [trunk/] [sw/] - Rev 52
Directory listing | View Log | Compare with Previous | RSS feed
Last modification
- Rev 49, 2015-01-13 12:11:18 GMT
- Author: magro732
- Log message:
- Moving packet generation API from riostack.c to new file riopacket.c.
The riostack.c is now transparent to all packets and does not answer on its own to maintenance packets. That now has to be handled in the user-written code that instantiates the riostack.
Moving all regression tests into new files test_riostack.c and test_riopacket.c.