Hello Everyone, welcome to my hardware repo. In this repo, I will be uploading any hardware designs that I create. Currently, I have RAM, Cache, GPU and SSD Memory Designs. For those who may be looking for benchmarks and real implementation, I do not have the current resources and budget to test or validate my designs. You have my full permission to implement these hardware designs yourselves. I do not ask for any credit but you can provide it if you wish to. I only ask that these hardware designs if implemented are spread throughout the computing industry.
Verification Confirmation The instructions below can be used to verify the hardware designs against my GPG key to ensure that everyone knows who the original creator is and to make sure no mimicking designs are done.
- gpg --import public-key.asc - This command allows you to import the public key on your device. You can run this command in PowerShell or the command terminal.
- gpg --verify "SSD Memory Design.pdf.asc" "SSD Memory Design.pdf" - This command allows you to verify the signature using the public key specifically for the SSD memory design. Make sure to adapt the file path to where the files are located on your device.
Other document verification commands:
- gpg --verify "Cache Memory Design.pdf.asc" "Cache Memory Design.pdf"
- gpg --verify "RAM Memory Architecture.pdf.asc" "RAM Memory Architecture.pdf"
- gpg --verify "GPU Memory Architecture.pdf.asc" "GPU Memory Architecture.pdf"