Forum Discussion
AAAAAAAAAA
New Contributor
4 years agoFPGA outputs nothing
I have a custom made board with a MAX10 FPGA. I had this board working for about one year without issues. Last week I replaced the 10M04SCE144C8G old FPGA with a brand new 10M08SCE144I7G. I changed ...
AAAAAAAAAA
New Contributor
4 years agoI am trying with a very simple dummy project. This is my code:
```verilog
module dummy_project_2(
input CLOCK1,
input CLOCK2,
input CLOCK3,
input CLOCK4,
output OUT1,
output OUT2,
output test_pin
);
assign OUT1 = CLOCK1;
assign OUT2 = 1'b0;
assign test_pin = 1'b0;
endmodule
```
I have a fast oscilloscope connected to `OUT1` and `OUT2`, and I am using `test_pin` to test random pins. I have set the pins like this: