Re: [myhdl-list] myhdl with cython?
Brought to you by:
jandecaluwe
From: Jan C. <jen...@mu...> - 2016-01-26 13:12:52
|
On Tue, 26 Jan 2016 09:13:16 +0100 David Belohrad <da...@be...> wrote: > It works great, at the same time it takes 'ages'. Simulation > of such filter with roughly 5000 clock cycles takes almost 2 > minutes. 4 times longer than I do with modelsim (from mentor). > > So I wanted to check, whether it is feasible to use cython for > these things. Following > http://docs.cython.org/src/tutorial/cython_tutorial.html I hae > created the setup and compiled in-the module using build_ext Might this help a little: http://www.myhdl.org/docs/performance.html Jan Coombs |