search for: latticesemi

Displaying 5 results from an estimated 5 matches for "latticesemi".

2010 May 18
2
[LLVMdev] LatticeMico32 (LM32) backend
...It is already supported by GNU Binutils and GCC (4.5+). It is used by the Milkymist [2] and RTEMS [3] projects. The Milkymist project would like to use the LLVM compiler toolchain as an alternative to GCC, which requires developing a LM32 backend. Thanks, Sébastien Bourdeauducq [1] http://www.latticesemi.com/mico32 [2] http://www.milkymist.org [3] http://www.rtems.org
2010 May 24
0
[LLVMdev] LatticeMico32 (LM32) backend
...s and GCC (4.5+). It is used by the > Milkymist [2] and RTEMS [3] projects. The Milkymist project would like to > use the LLVM compiler toolchain as an alternative to GCC, which requires > developing a LM32 backend. > > Thanks, > Sébastien Bourdeauducq > > [1] http://www.latticesemi.com/mico32 > [2] http://www.milkymist.org > [3] http://www.rtems.org >
2010 May 24
3
[LLVMdev] LatticeMico32 (LM32) backend
...y the >> Milkymist [2] and RTEMS [3] projects. The Milkymist project would like to >>  use the LLVM compiler toolchain as an alternative to GCC, which requires >>  developing a LM32 backend. >> >> Thanks, >> Sébastien Bourdeauducq >> >> [1] http://www.latticesemi.com/mico32 >> [2] http://www.milkymist.org >> [3] http://www.rtems.org >> > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev...
2005 Jan 05
1
Using the Rprofile file to automatically plot data on Startup of R version 2.0.1.
Dear R Help Members, I have some R functions that plot semiconductor data. I would like to automate these plots for individuals in our group such that they don't have to know R. I have read the R help manuals and postings but have not found this problem. I am using R version 2.0.1 under a Windows 2000 operating system. The following is a simplified version of what I am tring to do: If
2004 Oct 19
2
Changing the Y graph scale Maximum value.
Hello, I am new to R and have read the documents related to graphics but have not come across a description of how to change the maximum scale on a graph. Below is sample code that sets up a plot window with a 0 Minimum to 10 Maximum, X and Y coordinate system: x <- c(1,2,3,4,5,6,7,8,9,10) y <- c(1,1.5,2,2.5,3,3.5,4,4.5,5,5.5) plot(0:10, 0:10, type = "n" )# setting up coord.