... Looks interesting, perhaps a way for a full system development. However, it's a little bit verbose for basic opearations like add. In VHDL you just wrtie a...
... Indeed it is quite verbose. OTOH, that is the Java way. Instead of using operator overloading to support ADTs, Java programmers must make use of method...
Hi all, Some properties of Java bytecode, such as only relative branches, lead to a new idea of an intruction cache: A method cache, where whole methods are...
Hi everybody I have just signed up for this group. I am a professor in hardware-design here at the Technical University of Copenhagen and I am working a lot...
Hi Mogens, The port address in the doit.bar file is on a line that looks like this: ..\..\down -e dist\bin\test_Clock.jop COM9 Just change the last part (COM9)...
... wrote: Hi Jerason, That explains my problem. I was looking for a hexadecimal addres. I am a hardware-guy you know. Thanks, Mogens ... then ... University ...
Hi Martin, I read through your paper, and I think that's a great idea! Anything that takes advantage of common code structure is more likely than not to reduce...
... That's also part of a more general idea I'm thinking about. The question is: How would a processor architecture and operating system architecture look like...
I think you've pretty much hit the nail on the head. Java has no pointers, so we can safely assume that data integrity will be maintained at all times....
Thanks for your vote of confidence. It's funny you should mention the JGC project, because I'm actually buttering up Javalobby before announcing it. I have to...
I tried to build something similar to JGC last year based on JOP. The basic idea was to connect a Spartan 3 to an SDRAM SODIMM, a video encoder, a sound...
Interesting. That sounds almost exactly like my goal. How did your project fare? Thanks, Jerason Banes http://jgcwiki.datadino.com Last Journal Entry: 11/30/04...
Unfortunately, it didn't fare well. I had some difficulty in getting the SDRAM controller working in my prototypes. After much testing of my code, I...
... Yes the class library is almost non existing. However, for a lot of embedded applications you need different libraries. And another point is the...
... The watchdog pin/LED is of no use on the Spartan-3 Starter Kit as there is no watchdog. I'm using a watchdog on my Cyclone boards as another hardware...
... That's rough. Board designs are always the hardest to debug, and the most expensive to fix. Were you using through-hole breadboard for the prototyping, or...
... Ok, scratch that. The dt.jar is just supporting classes (which looks like primarily is what is loaded with your command). I found the actual classes.jar...
... No, I disagree. These classe are loaded due to real dependencies. Take a look in the classpath source. The JDK contains several thousand classes and it...
... SystemC is quite common among SoC guys around the world, and as Martin stated, there is lack of EDA tools handling SystemC. I think Synopsys has some tools...
... Yeah, I caught myself after I sent that email and sent the follow-up. As I said in the follow-up, most of those dependencies are unnecessary for embedded...
Hello, my name is Dongdong Zhao(you can call me "Don"),just an ordinary junior in a university in Xi'An,China.The time I met JOP was at this August,in a match...
Hello Don, the simplest way to get started with JOP is using an FPGA type and board where JOP is already ported. As far as I know (the ports I did) you can...
Hi All, A few quick questions for those of you in the know: 1. I'm currently trying to get JOP to work with the various output devices on my Xilinx board. From...
What component were you concerned about? Most of the technical details are in the little manual you got with the starter kit (the thin, white book; not the...
As You know I am trying to get JOP working on a Spartan-3 board and up til now I have not been very succesfull. I have not been able to load JOP into the FPGA,...
... That's sad. I really hoped that getting JOP running on the Starter Kit should be as simple as following these 6 steps: * Compile the ISE project under...
Hi Jerason, ... There is no 'standard' address mapping. However, the minimal configuration expects the timer device (us timer, timer interrrupt generation,...