Convert Neuron models to C

Particularly useful chunks of hoc and/or NMODL code. May be pedestrian or stunningly brilliant, may make you gasp or bring tears to your eyes, but always makes you think "I wish I had written that; I'm sure going to steal it."
Post Reply
yhd
Posts: 1
Joined: Thu Aug 15, 2019 1:51 am

Convert Neuron models to C

Post by yhd »

I am looking into implement a multi compartment model on FPGA to speed up the calculations. Is there a way to convert a model designed in Neuron to convert to C language (or to any hardware descriptive language)?

Thanks!
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Convert Neuron models to C

Post by ted »

Yes. It's called rewriting the model implementation from scratch. It is done by a programmer.
Post Reply