Synthesijer - A Java-based HLS compiler

Contact us about Snaps and IoT ›

Install latest/stable of Synthesijer - A Java-based HLS compiler

This channel hasn't been updated in a while. It might be unmaintained and have stability or security issues.

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install synthesijer

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for Synthesijer - A Java-based HLS compiler

License

  • Apache-2.0

Last updated

  • 11 November 2019 - latest/stable
  • 6 October 2019 - latest/candidate

This snap hasn't been updated in a while. It might be unmaintained and have stability or security issues.


Websites


Contact


Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

Synthesijer is a compiler from Java to VHDL/Verilog HDL

Synthesijer is a high-level synthesis tool, which generates VHDL and Verilog HDL code from Java code. Synthesijer also provides a backend to generate VHDL/Verilog HDL, which helps to develop high-level synthesis tools and DSLs.

** Quick start** Prepare a Java program, such as,

/* Test.java */
public class Test{
    public boolean flag;
    private int count = 0;

    public void run(){
        while(true){
            count++;
            if(count == 5000000){
                count = 0;
                flag = !flag;
            }
        }
    }
}

and compile it with Synthesijer.

synthesijer --vhdl --verilog Test.java

You can get Test.vhd and Test.v from Test.java.


Install Synthesijer - A Java-based HLS compiler on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using Synthesijer - A Java-based HLS compiler

Users by distribution (log)

Ubuntu 24.04
Ubuntu 20.04
Ubuntu 22.04