Hi
I'm exploring the feasibility of reverse engineering an existing FPGA board. This has an xc6slx150, 2*512MB RAM, USB Ethernet etc., and the idea is that if it could be reverse engineered it would be a very cheap fpga platform.
I wondered if anyone had any idea how this could be done, and how much effort it would be?
I've considered manual methods - e.g. stripping a board and tracing the connections, this would work, but I dismissed it as way too much effort. Quite a lot of clues can be gathered from examining the circuit board, and some judicious probing, but not enough information to support development :-( I think the only way it could be cost effectively done is via software, but I am not familiar enough with the tools to know if this is feasible, or to estimate the effort involved.
The other problem is writing code to drive the IC's on the board - but I'm guessing that standard modules would be available for most of the common parts these days?
Comments welcome.