[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[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]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community Supercomputing for Everyone 2014-05-18T18:53:20+00:00 https://parallella.org/forums/feed.php?f=51&t=1224 2014-05-18T18:53:20+00:00 2014-05-18T18:53:20+00:00 https://parallella.org/forums/viewtopic.php?t=1224&p=7690#p7690 <![CDATA[Re: pin constraints]]>
When I'm following a tutorial in ug873-zynq-ctt.pdf, Zynq-7000 All Programmable SOC: Concepts, Tools, and Techniques (CTT), I get to a point where I'm defining the system in XPS/EDK and I am offered the choice of three system templates: Zedboard, ZC702, and ZC706 Development Boards.

Could you make a template for the Parallella that would serve to define adequate constraints?

The contents of parallella-hw/fpga/edk appear to contain most of the processing system constraints, though I thought I saw some comments that implied that some constraints -- the IO conventions -- were being deferred to the Verilog for the Elink and GPIO connected pins.

Would that directory provide adequate constraints if I just copied it into a project?

The first thing that happened when I attempted to make my own project as a peer of your headless projects was that the shared fpga/edk processor definition got overwritten with modifications. That was confusing since I had opened my own project to specifically avoid modifying your projects, and then I find I've inadvertantly modified sources in a directory remote from my project.

Thanks,

-- rec --

Statistics: Posted by rec — Sun May 18, 2014 6:53 pm


]]>
2014-05-15T18:34:31+00:00 2014-05-15T18:34:31+00:00 https://parallella.org/forums/viewtopic.php?t=1224&p=7584#p7584 <![CDATA[Re: pin constraints]]>
Please see the github repository . This has fpga projects for the board including all the constraints files, see the README for the directory structure and what's where. These projects use the Xilinx tools PlanAhead and XPS, though we'll be moving to Vivado at some point. You can get a free WebPack license for these tools from Xilinx.

As long as you start with the constraints and top-level IOs provided there is no risk of damage, but for example redefining inputs as outputs which then contend with outputs from other components risks damage to the FPGA, the external component, or maybe both. In general all these components are fairly tough but it's always better not to test them. A bit of care when making changes is worth the time.

-Fred

Statistics: Posted by FHuettig — Thu May 15, 2014 6:34 pm


]]>
2014-05-15T17:35:55+00:00 2014-05-15T17:35:55+00:00 https://parallella.org/forums/viewtopic.php?t=1224&p=7581#p7581 <![CDATA[pin constraints]]> Statistics: Posted by rec — Thu May 15, 2014 5:35 pm


]]>