new checksums added

This commit is contained in:
2018-06-14 14:19:38 +02:00
parent 827e6eace9
commit e9db72de72
6 changed files with 102 additions and 2 deletions

View File

@ -20,6 +20,11 @@ record (stringout, "$(P):request")
record (stringin, "$(P):reply")
{
}
record (stringout, "$(P):checksum")
{
field (DTYP, "stream")
field (OUT, "@test.proto checksum($(CHKSUM=sum)) terminal")
}
record (stringin, "$(P):spy")
{
field (DTYP, "stream")
@ -134,3 +139,4 @@ record (waveform, "$(P):spybin")
field (NELM, "2000")
field (SCAN, "I/O Intr")
}