tiny-gpu
tiny-gpu copied to clipboard
Refactor Makefile to use echo instead of sed
This pull request updates the Makefile to replace sed with echo for prepending the "`timescale 1ns/1ns" directive to the top of the build/gpu.v file. This change simplifies the command and enhances portability across different operating systems.