ISE 14.6 and picoblaze synthesis problem (translate_on/off d

  • Thread starter nmatringe@gmail.com
  • Start date
N

nmatringe@gmail.com

Guest
Hello
I am trying to implement a design containing a picoBlaze (source code I have already used numerous times) in a new project with ISE 14.6, and synthesis chokes on the numerous INIT parameters that are encased in translate_off/translate_on directives and should therefore be ignored.
Has the directives support changed since previous versions ? Is there some setting I should have set when creating the project ?

Nicolas
 
nmatringe@gmail.com wrote:
Hello
I am trying to implement a design containing a picoBlaze (source code I have already used numerous times) in a new project with ISE 14.6, and synthesis chokes on the numerous INIT parameters that are encased in translate_off/translate_on directives and should therefore be ignored.
Has the directives support changed since previous versions ? Is there some setting I should have set when creating the project ?

Nicolas

Some older sources use "synopsis translate_on/_off" rather than
"synthesis translate_on/_off" syntax. If this is the problem
in PicoBlaze, the synopsis syntax may have been deprecated.

--
Gabor
 

Welcome to EDABoard.com

Sponsor

Back
Top