Activity
From 04/17/2018 to 05/16/2018
05/16/2018
- TR 03:15 PM FPGA Development: RE: FPGA GPIO issue
- Hi Jonathan,
Here's the link
https://support.criticallink.com/redmine/boards/12/topics/2224
It's been a few years since my last FPGA project, so I was a bit rusty. What I benefited from most was looking at that posted source ex... - JC 01:16 PM FPGA Development: RE: FPGA GPIO issue
- Can you link to the post? It may help me update the wiki page.
- TR 12:05 AM FPGA Development: RE: FPGA GPIO issue
- Hi Jonathan, thanks for the info... So I followed an example from a post a few years back (FPGA GPIO: toggle problem) and was able to get the GPIO going.
Regs, Tom
05/15/2018
- JC 03:23 PM FPGA Development: RE: FPGA GPIO issue
- The fpga can connect the gpio core to any pin you want. Gpio 144 should map to the first gpio core pin in the fpga image.
The .ucf file is used to map processor pins to net names in the vhdl.
MDK_2014-01-13/examples/industrial_io/... - Hi,
I am attempting to get some FPGA GPIO control going with an L138/LX45 IndustrialIO board. Have been following these instructions
https://support.criticallink.com/redmine/projects/arm9-platforms/wiki/FPGA_Core_Device_Drivers
...