Skip to content

MikhailKardash/SystemVerilog_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Both codes implement sha256 hashing algorithm.
bitcoin_hash1 uses a serial implementation.
bitcoin_hash2 uses a parallel implementation generating copies of hashBOI.

bitcoin_hash2 uses less clock cycles and is much faster but requires much more area.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published