Forum Discussion
DKirv
New Contributor
4 years agoDeo Nano SoC has code at start up.
I have a Deo Nano SoC connected to a PCB with several LEDs. I have a simple is it alive test. In one of me processes, I have the following code.
screen_shot : process(CLK) begin if rising_edge(CL...
sstrell
Super Contributor
4 years agoI presume you mean USB, not USP.
If you flashed the onboard flash memory with your design (.pof file probably) instead of programming the FPGA directly with a .sof file, then the FPGA would be programmed on power-up.
How did you last program/configure the device?