-
Notifications
You must be signed in to change notification settings - Fork 64
DESim VPI source code #24
Comments
Hi! |
Did the link above help you get what you need to port DESim to Linux? |
Hi, Yes I was able to get it to work. I haven't had time to test all of the demo programs. #else I modified to: #else I also modified the makefile from: CFLAGS = -m32 -static -c -Wall -g -fno-diagnostics-show-caret -fpic -Iinclude -I$(MODELSIM_DIR)/include ifeq ($(OS),Windows_NT) to : else CFLAGS = -m32 -static -c -Wall -g -fno-diagnostics-show-caret -fpic -Iinclude -I$(MODELSIM_DIR)/include ifeq ($(OS),Windows_NT) else After following the instructions in the READMEs, compiling with make and running the demos worked fine. Thanks |
Hi,
Is there any chance of uploading the VPI source code in the hardware simulator: https://github.com/intel/FPGA-Devcloud/tree/master/main/HandsFree/Simulator/DESim
We would like to make the simulator compatible for students on Linux.
Thanks
The text was updated successfully, but these errors were encountered: