-
Notifications
You must be signed in to change notification settings - Fork 1
eastzone/cs344-sw-cpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
-------- BUILDING -------- autotools is used as the build system. Unfortunately, the toolchain version on myth may be to old; use the ee108-*b machines. To build in VNS mode: % make clean % make all To build in NetFPGA mode: % make clean % make all OPTS='--enable-cpumode' To build in NetFPGA mode for the reference bitfile (probably unnecessary): % make clean % make all OPTS='--enable-cpumode --enable-ref-reg-defines' To force re-execution of autotools' configure script on the next build: % make deep-clean ------- TESTING ------- To run the googletest unit test suite, run: % make check
About
C++ port for CS344 software starter code
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published