[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - Generate bitstream with Vivado 2019.x
Page 1 of 1

Generate bitstream with Vivado 2019.x

PostPosted: Mon Feb 10, 2020 10:31 pm
by mkaczanowski

Re: Generate bitstream with Vivado 2019.x

PostPosted: Wed Feb 12, 2020 12:24 am
by olajep
The fixes for that should be in my master branch here:
https://github.com/olajep/oh.git

That version is for Vivado 2018.2. You need to edit the block design scripts:
https://github.com/olajep/oh/blob/b57c7 ... bd.tcl#L23
https://github.com/olajep/oh/blob/b57c7 ... bd.tcl#L23
https://github.com/olajep/oh/blob/b57c7 ... bd.tcl#L23
https://github.com/olajep/oh/blob/b57c7 ... bd.tcl#L23


The ADI IP's require Vivado 2018.2 so the HDMI bitstream builds will likely break.
You should be able to override that with "export ADI_IGNORE_VERSION_CHECK"

HTH,
Ola

Re: Generate bitstream with Vivado 2019.x

PostPosted: Mon Feb 17, 2020 8:13 pm
by mkaczanowski
Thanks a lot that helped. I tried with the older version 2018.2 and it works fine.