Page 1 of 1

using viper decorator

Posted: Thu Sep 23, 2021 3:52 pm
by Ephreal
Hi

I'm trying to use the @micropython.viper decorator on a function in my code. The code_file resides in frozen folder.
I get compile error when trying to compile it and it seems that its a known bug.

Where do i put script files with these decorators, in memzip folder ?

Regards

Re: using viper decorator

Posted: Thu Sep 23, 2021 4:50 pm
by Roberthh
Which board do you use?

Re: using viper decorator

Posted: Fri Sep 24, 2021 7:46 am
by Ephreal
I'm using a custom build for the NIOS II processor

Re: using viper decorator

Posted: Fri Sep 24, 2021 9:33 am
by Ephreal
seems I got it working. might have been a syntax error though the debug information is not that great