jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
1.97k stars 349 forks source link

Added vcsbuild.pl and vcsrun.pl template scripts to support VCS. #111

Closed schuler1 closed 6 years ago

schuler1 commented 6 years ago

build/target.mk: Added path to vcsrun.pl build/vcs.config: New file to specify paths to VCS and Verdi tool installations build/vcsbuild.pl: Template script to build simulator using VCS build/vcsrun.pl: Template script to run simulator built with VCS hardware/Makefile: Added vcsbuild target to run vcsbuild.pl hardware/README.md: Added VCS support documentation hardware/testbench/TOP.sv: Minor change to support template scripts software/apps/doom/Makefile: Added vcsrun target to run vcsrun.pl software/apps/hello_world/Makefile: Added vcsrun target to run vcsrun.pl software/apps/mandelbrot/Makefile: Added vcsrun target to run vcsrun.pl software/apps/quakeview/Makefile: Added vcsrun target to run vcsrun.pl software/apps/sceneview/Makefile: Added vcsrun target to run vcsrun.pl

vcsbuild.pl and vcsrun.pl could be placed in the bin/ directory but since it is not part of the repository I place them instead in the build/ directory.

jbush001 commented 6 years ago

Awesome, thanks!