Skip to main content

Posts

Showing posts with the label level

Take Your Writing To The Next Level With Writefull Cross Platform

Take Your Writing To The Next Level With Writefull Cross Platform Writefull is a tool that helps improve your writing by comparing your text against databases of correct language like Google Books, Web, Scholar and News.  The application is free to use but not open source software, and is available for Linux, Windows, Mac, as well as a Chrome extension. The tool, which is aimed at writers, includes quite a few handy features, like: see how often your text appears in a database and how its used in context; compare two phrases and see how often they are found in a database and how they are used in context; see which synonyms of a given word are used most often in your selected text; translates text (to English only for now) using Google Translate; define words; find out how the text is pronounced; it uses Natural Language Processing and Google Books, Web, Scholar and News for its databases. The databases used by Writefull are available online, so you need an Internet connection to us...

Synopsys Innovator and Designware System Level Library

Synopsys Innovator and Designware System Level Library THESE PROGRAMS ARE DEFINITELY 32 BIT SystemC is perfectly happy on x86_64 however the pre-compiled libraries shipped inside the Designware System Library are not. Ah-ha, you say, "I shall compile them in 32 bit mode". However there is a problem: they depend on qt-devel.i386 which cant be installed on the same system as qt-devel.x86_64. So there. Another word of warning for the clever: THE BUILD SCRIPTS WILL WORK, BUT GENERATE EXECUTABLES THAT SEGFAULT. Make/g++ dont quit on the qt linking error. Several hours of condensed hacking wasted as I didnt spot it. Another reason to use virtual machines to avoid these kinds of problems when using CAD tools. [see above for more details on the segfault issues] download  file  now

Synopsys Innovator and Designware System Level Library II

Synopsys Innovator and Designware System Level Library II More things to do with Synopsys Designware System Level Library. Just so you know: When they say use gcc-3.3.6, they mean gcc-3.3.6. RHEL3 shipped with gcc-3.2.X and RHEL4 with gcc-3.4.X. Both build models without errors but when executed segfault. I am building a copy of gcc-3.3.6 now following this excellent guide by Tellurian. More to follow. download  file  now

Synopsys Designware System Level Library Compiled

Synopsys Designware System Level Library Compiled Rebuilding everything from scratch with a clean install, and setting the following environment variables: CC /usr/local/gcc/3.3.6/bin/gcc CXX /usr/local/gcc/3.3.6/bin/g++ LD /usr/local/gcc/3.3.6/bin/g++ and look download  file  now