synthesis translate_off / on

Guest #3940102
Rate this post
useful
not useful
Hi,
I have a code with the following structure

--synthesis translate_off
some sort of memory implementation/ coding
--synthesis translate_on

Please let me know if deleting this piece of code will affect the final 
output from my FPGA implementation of the code.

Thanks,
Best regards,
Faras
Moderator (Company: Titel) #3942625
Rate this post
useful
not useful
Faras wrote:
> Please let me know if deleting this piece of code will affect the final
> output from my FPGA implementation of the code.
It shouldn't, but that depends on your synthesizer. Check out the 
corresponding documentation.

One way could also be to implement the design two times and to compare 
the output...

Or to put a necessary instruction in between such a comment sequence...

Or to remove those comments...

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now