Set block size to 1kB. Block size is set via plusarg +dlen=NNN

This commit is contained in:
Nikolay Puzanov
2023-06-15 23:08:50 +03:00
parent 7e96777b89
commit 7afbe06799
15 changed files with 212 additions and 94 deletions

View File

@@ -9,6 +9,14 @@
(info "Control register")
(bits 1 "stop" w (reset #b0)))
(reg "data_addr"
(info "Data block address")
(bits 32 "addr" r))
(reg "data_len"
(info "Data block length")
(bits 32 "len" r))
(reg "md5_out0"
(info "Bytes 0..3 of MD5 sum")
(bits 32 "data" w))