similar to: [RFC] Nios II backend

Displaying 12 results from an estimated 12 matches similar to: "[RFC] Nios II backend"

2017 Sep 19
0
nios-II ISA backend
Hi All, I would like to know what is status for nios-II target ISA backend for llvm. Do we have a stable version of nios-2 ISA backend ? Any pointers would be really helpful. Thanks in advance Vineet -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170919/0011d407/attachment.html>
2018 May 07
0
Nios 2 target code ownership
Dear LLVM community, Currently nobody is appointed as code owner for Nios 2 target. Since I've already developed a part of it and I'm planning to do more development in this area in coming weeks, I would like to volunteer myself to become code owner for this target. Please let me know if you have anything against, otherwise I'll add myself to CODE_OWNERS.TXT (I'll wait till the
2007 Aug 30
1
Theora hardware is running on LEON3!
Theora hardware with LEON3 is runinng!!! My video was too slow, then I discovered that the problem was on LINUX! I don't exactly, but I suppose that the time of LINUX Call systems (like fread()) is the problem. If I don't use the linux (like is done on NIOS), I can to decode much faster than the time of exibition! Now we have two points on software (the hardware is the same,
2014 Apr 14
0
FreeBSD + Samba41 problems
Hello, I have one server with 5 workstations connect on this samba41, the AD is ok, but, sometimes i need to kill smbd process, this process consume 100% of CPU, here is my log from the time of this error: [2014/04/14 08:25:56.200293, 0] ../source3/smbd/posix_acls.c:1815(add_current_ace_to_acl) add_current_ace_to_acl: malformed ACL in file ACL ! Deny entry after Allow entry. Failing to set
2007 May 09
2
Next step of Hardware Theora
Hello, First of all, I would like to say that my work that I wrote in the other email would be to do in hardware the functions: CopyRecon, LoopFilter and UpdateUMVBorder. These are modules that Leonardo had made, but it wasn't ok in FPGA. When I had a chat with Leonardo we were thinking in rewrite these module for to do this running in FPGA (to debug in a Hardware level is much more
2006 Oct 03
2
MEMDISK reset computer with NW Client32
Hi! I have problem with MEMDISK, because when I load modules in NW Client32 using NIOS.EXE commands, computer is restarted :-( Not everytime, but manytimes. The problem is with MSDOS 5.0, 6.22 and FreeDOS too. But when I create in DOS another RAMDISK and copy all data from MEMDISK to new RAMDISK and change settings and PATH to new ramdisk, all work fine. Directly from floppy or from
2007 Aug 25
1
Theora playing on a FPGA
Hi all, Great news. On Thursday I finally play a video on FPGA. As I said the implementation is using the NIOS II processor. Andr? Costa is hard working to use the LEON processor. The video resolution is 96x80, because we have some FPGA internal memory constraints. I will try to use external memory to make possible decode a video of at least 320x240. The result can be see here:
2006 Jul 02
5
What goes to Hardware ?
Hi people, As I said before: I did the IDCT to run on the FPGA. My friends from university did the Reconstruction routines running on the FPGA. I'm helping with the LoopFilter, and it is almost there. (all VHDL) I did a small profiling of the libTheora running on a Altera Stratix II device: The processor used was the NIOS II with 8Kb of data and instruction cache, branch prediction and
2007 Dec 23
1
[LLVMdev] [Oink-devel] Status of Elsa->LLVM
Daniel Wilkerson wrote: >> I've build gcc many times over the years for different target processors >> and was never able to get my head around it internally. It is incredibly >> complex. I also didn't like the fact that I had to have N copies of gcc >> to support N processors. > > Scott McPeak is rather familiar with the internals of gcc and edg and >
2007 Dec 22
0
[LLVMdev] [Oink-devel] Status of Elsa->LLVM
> I've build gcc many times over the years for different target processors > and was never able to get my head around it internally. It is incredibly > complex. I also didn't like the fact that I had to have N copies of gcc > to support N processors. Scott McPeak is rather familiar with the internals of gcc and edg and says elsa is far simpler. > I became interested in
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello, would it be possible to update config.sub and config.guess to the latest versions (or at least version from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU? Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284 Thanks, Petr
2007 Dec 22
5
[LLVMdev] Status of Elsa->LLVM
Chris Lattner wrote: > On Dec 21, 2007, at 1:08 PM, Richard Pennington wrote: > >> I'm a little further along now. I've started to put together a simple >> driver for Elsa and LLVM that I'm calling "ellsif" (cute name, I think >> it works). >> >> The file being compiled is a "printf" function. Here are timing >> results