Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi,
I have installed the Quartus 16.0 lite version and also University Program Installer. But how do I generate the .sof files?. Is DE1_SoC_Computer.sof (I found out in the University Program Installer folder)the file I need to add by right clicking the device every time I need to program my verilog code?. I am just implementing a simple OR gate as follows however I can't see the output on board. I have attached the picture which shows what physical pins assigned. My OR gate code is as follows: module test_prog (x1, x2, f); input x1, x2; output f; assign f = (x1 | x2); endmodule I have attached three snapshots of whats going on with my Quartus 16.0 Lite Edition. Please help me as I am trying very hard to see the output on DE1 SOC board. Thanks