Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

VHDL Porting from Altera to Actel

Hi Guys,

I am currently designing a FPGA based camera system for a small satellite, its for my masters thesis. As my knowledge is very limited to fpga and vhdl its quite a learning curve. My Question : As space is full of radiation, and it can cause serious issues, is is posible to do development on an altera dev kit de2-70 multimedia one and then just resynth it for a say actel rad hard device.

Kind Regards

Jacques Kleynhans

12 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Can I use something like PROM as a bootloader, for when a error occurs just reload the device. An FPGA can be remotely reconfigured right ??

    --- Quote End ---

    I think it is not so easy. If an error occurs on the configuration RAM when the FPGA is already running, you will not detect that (correct me if this is not true). This is not solved by using TMR registers or other radhard techniques, because it produces a direct hardware change, for instance, selecting input b instead of a in a mux21.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    These issues can only be solved with redundant hardware. I did so providing a system to be placed into a particle beam, possibly causing damage almost everywhere in the FGPA.

    I had state machines, Data RAMs and ROMS placed more than once and compared results, performed validation of the data streams and such.

    The only challange was, to deter Quartus from removing the full redundant logic :-)