search for: reflexions

Displaying 20 results from an estimated 28 matches for "reflexions".

Did you mean: reflexion
2013 Aug 30
2
[LLVMdev] Reflexions about a new HDL language
...le higher level behavioral description than VHDL. For this language, I am beeing influenced by VHDL, Ada, Ruby and MyHDL. I also would like to write it in Ada. I don't know if it is a project that I will abandon as fast as it popped up in my mind, or not :-) . Anyways, here are my primilary reflexions for this new language : http://www.sendspace.com/file/o8tmz0 What are your feedbacks ? PS : Next week, I will be on vacation for 3 mounths, so I may have irregular access to the internet. Cheers, Jonas
2013 Aug 30
0
[LLVMdev] Some reflexions about a new HDL language
Please don't respond to this thread, since the first message was in HTML only. Response rather to the thread "Reflexions about a new HDL language".
2013 Sep 18
1
[LLVMdev] Reflexions about a new HDL language
...o find that in google, but I am not sure that I found what you were speaking about. Do you have a link ? I just discover that this mailing list is for speaking about LLVM developpement and usage only, so for all non LLVM related discussions, go to http://www.velocityreviews.com/forums/t964068-reflexions-about-a-new-hdl-language.html. Cheers, Jonas
2013 Aug 30
0
[LLVMdev] Some reflexions about a new HDL language
2017 Aug 08
1
Slow write times to gluster disk
Soumya, its [root at mseas-data2 ~]# glusterfs --version glusterfs 3.7.11 built on Apr 27 2016 14:09:20 Repository revision: git://git.gluster.com/glusterfs.git Copyright (c) 2006-2013 Red Hat, Inc. <http://www.redhat.com/> GlusterFS comes with ABSOLUTELY NO WARRANTY. It is licensed to you under your choice of the GNU Lesser General Public License, version 3 or any later version (LGPLv3
2013 Aug 30
0
[LLVMdev] Reflexions about a new HDL language
Jonas Baggett <jonasb at tranquille.ch> writes: > What are your feedbacks ? Hello Jonas, How is that related to LLVM? I see no references to LLVM on your announcement nor on your document.
2013 Aug 30
0
[LLVMdev] Reflexions about a new HDL language
If you're designing a new high-level HDL, then it would be a good idea to familiarise yourself with the state of the art in this area (e.g. Bluespec System Verilog, Symbolics Processor Designer, and similar tools). Starting from comparisons to VHDL and Verilog is like designing a new high-level programming language today that is designed to be a better high-level programming language that is
2013 Aug 30
4
[LLVMdev] Reflexions about a new HDL language
Hi, For the synthesis backend which translate to VHDL or Verilog, I don't know if I will use LLVM. It will depend on how easy it is to play with concurrent statements with LLVM. For the simulation I will use LLVM because I can anyways artificially make the compiled code sequencial. It would allow me to benefit from all the nice things from LLVM like existing optimisations. I have never
2017 Aug 08
0
Slow write times to gluster disk
----- Original Message ----- > From: "Pat Haley" <phaley at mit.edu> > To: "Soumya Koduri" <skoduri at redhat.com>, gluster-users at gluster.org, "Pranith Kumar Karampuri" <pkarampu at redhat.com> > Cc: "Ben Turner" <bturner at redhat.com>, "Ravishankar N" <ravishankar at redhat.com>, "Raghavendra
2017 Aug 07
2
Slow write times to gluster disk
Hi Soumya, We just had the opportunity to try the option of disabling the kernel-NFS and restarting glusterd to start gNFS. However the gluster demon crashes immediately on startup. What additional information besides what we provide below would help debugging this? Thanks, Pat -------- Forwarded Message -------- Subject: gluster-nfs crashing on start Date: Mon, 7 Aug 2017 16:05:09
2006 May 31
2
observe_field gets "Form is not defined"
trying to do an observe_field, but i''m getting a javascript "Form is not defined" error [code] <label>Account Type:</label> <%= select :user, ''tmp_type'', [''choice_one'',''choice_two''], { :prompt=>"select account type" } %> </p> <%= observe_field :user_tmp_type, :update
2009 Oct 21
2
[nut-commits] svn commit r2036 - trunk/man
Citeren Arnaud Quette <aquette op alioth.debian.org>: > +.SS "Repetitive timeout and staleness" > + > +Some models tends to be unresponsive with the default polling frequency. > +The result is that your system log will have lots of messages like: > +.nf > + usb 2-1: control timeout on ep0in > + usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 128 rq
2005 Jan 29
1
Bootstrapped eigenvector
Hello alls, I found in the literature a technique that has been evaluated as one of the more robust to assess statistically the significance of the loadings in a PCA: bootstrapping the eigenvector (Jackson, Ecology 1993, 74: 2204-2214; Peres-Neto and al. 2003. Ecology 84:2347-2363). However, I'm not able to transform by myself the following steps into a R program, yet? Can someone could help
2009 Jan 19
3
bootstrapped eigenvector method following prcomp
G'Day R users! Following an ordination using prcomp, I'd like to test which variables singnificantly contribute to a principal component. There is a method suggested by Peres-Neto and al. 2003. Ecology 84:2347-2363 called "bootstrapped eigenvector". It was asked for that in this forum in January 2005 by J?r?me Lema?tre: "1) Resample 1000 times with replacement entire
2006 Jun 08
2
accessing fixtures in tests
hi all, my first attempt at tests and i''m having trouble accessing the fixture values, if anyone can make it suggestions. i have news_release_test.rb, using new_releases.yml as the fixture file according to the agile book, i should be able to access the fixture properties within my test as such: assert_equal @first_test.id , @news_release.id unfortunately, i try that and get:
2009 Aug 20
8
mysql sip realtime
...I reload chan_sip.so module and tape CLI command "sip show peer <peername>". Is it normal ? When I reload chan_sip.so, it seems that connected terminals are no longer detected by Asterisk because when I tape CLI command "sip show peers", there is no results displayed. Any reflexions about that ? thanks in advance for your answers. regards. Harry. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090820/974b2b35/attachment.htm
2007 Jul 22
0
[LLVMdev] LLVM vs Java bytecode vs C for (IR)
Hi All, My name is Lucas, I am a student from ETH Zurich. I would like to know what is the advantage of LLVM as Intermediate representation over Java bytecode and C. Let me explain what I am looking for. I am starting a project which will re-write or modify the current Eiffel compiler. The main goal is to provide enough flexibility to enable Dynamic class loading, modular compilation,
2016 Jun 09
1
for loop example
> From: Indunil Jayasooriya <indunil75 at gmail.com> > > > > > > [root at centos67 loop]# cat file1 > > > firstname1 > > > firstname2 > > > > > > [root at centos67 loop]# cat file2 > > > lastname1 > > > lastname2 > > > > > > I need a OUTPUT like this > > > > > > > > >
2016 Jun 09
0
for loop example
There's probably a better way using join, but this should do the trick: paste <(cat file1 | tr "\n" ' ') <(cat file2 | tr "\n" " ") On Tue, 07 Jun 2016 12:19:14 +0000 Diego <diegofull at gmail.com> wrote: > Maybe this don't to be the best form to solve your problem, but worked,rs. > > #!/bin/bash > #power by Diego Rodrigues
2011 Jun 04
1
on Ubuntu Developer Summit (Oneiric), NUT and 2.8.0
Fellows, I've been caught by real life, and didn't find time to share / discuss this with you. I've been attending UDS Oneiric, from May 9 to 13 in Budapest, and had a chance to present and complete some ideas around NUT: https://wiki.ubuntu.com/ServerOneiricInfraPower The end target is to have NUT ready to address infrastructures, both static like data-centers and flexible like