[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]/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/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/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/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 2018-11-07T00:01:43+00:00 https://parallella.org/forums/feed.php?f=51&t=4297 2018-11-07T00:01:43+00:00 2018-11-07T00:01:43+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20099#p20099 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]>
https://seguridad-agile.blogspot.com/20 ... nutos.html

Statistics: Posted by cpantel — Wed Nov 07, 2018 12:01 am


]]>
2018-10-28T20:57:44+00:00 2018-10-28T20:57:44+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20096#p20096 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]>
do you remember which distro/kernel worked for you? The accelerator example opens /dev/epiphany this way

int mem_fd = -1;
//############################################
//# Map Memory Using Generic Epiphany driver
//############################################
int e_map(unsigned addr, void **ptr, unsigned *offset) {
...
//Open /dev/mem file if not already
if(mem_fd < 1) {
mem_fd = open ("/dev/epiphany", O_RDWR);
if (mem_fd < 1) {
perror("f_map");
return -1;
}
}

but in these distros

parabuntu-2016.11.1-headless-z7010.img
ubuntu-15.04-esdk-2016.3-headless-z7010.img

/dev/epiphany is a folder with some content:

elink0
mesh0


I could not make work this one yet:
ubuntu-14.04-headless-z7010-20150130.1.img


Any hints?

Statistics: Posted by cpantel — Sun Oct 28, 2018 8:57 pm


]]>
2018-10-08T04:46:01+00:00 2018-10-08T04:46:01+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20086#p20086 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]>
now what was the problem you are facing, same as in the post you mentioned .

thanks

Statistics: Posted by dipin — Mon Oct 08, 2018 4:46 am


]]>
2018-10-08T01:40:01+00:00 2018-10-08T01:40:01+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20084#p20084 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]>
please look this thread:

viewtopic.php?f=49&t=3411

I have used both 15.2 and 15.4

Thank you

Statistics: Posted by cpantel — Mon Oct 08, 2018 1:40 am


]]>
2018-10-05T05:17:39+00:00 2018-10-05T05:17:39+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20083#p20083 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]> If you tell me what is the problem you are finding, i can help you
hints:: you have to use the old version of vivado.. 15.2 or 15.4 i think...
else the ip will show as a black box (because it will be empty if you uses the script).
if you are using 15.4, again you have to change the script file to 15.4 from 15.2.
then in the program, you have to change to "dev/epiphany" to "dev/mem"
then only it will map to fpga memory.

thanks and regards

Statistics: Posted by dipin — Fri Oct 05, 2018 5:17 am


]]>
2018-09-06T23:09:57+00:00 2018-09-06T23:09:57+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20073#p20073 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]> Statistics: Posted by cpantel — Thu Sep 06, 2018 11:09 pm


]]>
2018-06-29T09:42:33+00:00 2018-06-29T09:42:33+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20018#p20018 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]> Statistics: Posted by dipin — Fri Jun 29, 2018 9:42 am


]]>
2018-06-13T18:18:03+00:00 2018-06-13T18:18:03+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20014#p20014 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]> Statistics: Posted by olajep — Wed Jun 13, 2018 6:18 pm


]]>
2018-06-12T04:32:09+00:00 2018-06-12T04:32:09+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20013#p20013 <![CDATA[Re: creating a output register/interrup from PL to arm proce]]>
thanks for the replay olajep :)
i connected the my interrupt to zynq processor IRQ_F2P pin. and i am using this c program to get the interrupt working. but my problem is the xil_drivers .my drivers are throwing error .

now how can i get the interrupt in arm side of the parallella board . which drivers are required for it. Is it xilinx drivers or we need to write our on ??
did parallella will supply some interface for this?

please share your views
thanks and regards

Statistics: Posted by dipin — Tue Jun 12, 2018 4:32 am


]]>
2018-06-08T14:26:45+00:00 2018-06-08T14:26:45+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20012#p20012 <![CDATA[Re: creating an extra output register from PL to arm process]]> Statistics: Posted by olajep — Fri Jun 08, 2018 2:26 pm


]]>
2018-05-30T12:16:45+00:00 2018-05-30T12:16:45+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=20000#p20000 <![CDATA[Re: creating an extra output register from PL to arm process]]> Statistics: Posted by dipin — Wed May 30, 2018 12:16 pm


]]>
2018-05-31T11:16:34+00:00 2018-05-29T12:30:49+00:00 https://parallella.org/forums/viewtopic.php?t=4297&p=19997#p19997 <![CDATA[creating a output register/interrup from PL to arm processor]]>
finally i successfully implemented this project and added a counter. now output of the adder is printing in the Ubuntu terminal. Here i need an extra control signal or register to give some control to the total design. when the counter reaches a particular value, i need to give a signal to arm processor. so anybody know how to how to add and extra output reg to above design ?
any help is really appreciated
thanks and regards
dipin divakar

Statistics: Posted by dipin — Tue May 29, 2018 12:30 pm


]]>