Communicate/transfer data between two different programs. JAVA & VERILOG

35 views Asked by At

I am building two programs that run independently of each other. I wish to make output of one program (JAVA) as input to another program (Verilog) and vice-versa.

I am building a calculator and have to do calculations in Verilog but UI in Java. Both programs run on the same device. Also how to invoke Verilog program when java program UI is invoked by the user???

I right now have no idea except for somehow making a pipe between two programs/read between ports or something or maybe make use of files to store and read data.

I don't know how to make named pipes in Verilog so please do tell. Also how shared memory can be achieved between JAVA and VERILOG is another thing.

0

There are 0 answers