freepdk-45nm VS Verilog.jl

Compare freepdk-45nm vs Verilog.jl and see what are their differences.

freepdk-45nm

ASIC Design Kit for FreePDK45 + Nangate for use with mflowgen (by mflowgen)

Verilog.jl

Verilog for Julia (by interplanetary-robot)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
freepdk-45nm Verilog.jl
1 2
108 46
0.0% -
10.0 0.0
about 4 years ago about 7 years ago
Verilog Julia
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

freepdk-45nm

Posts with mentions or reviews of freepdk-45nm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-07.
  • Compiling Code into Silicon
    10 projects | news.ycombinator.com | 7 Dec 2021
    Pretty neat, a python tool that converts Verilog to an IC layout so that you can make your own custom SOC (assuming you have a substantial budget to pay for fab).

    Since it's not clearly stated on the front page, I had to go digging to figure out what processes it supports. Looks like FreePDK45, which is "an open-source generic process design kit (PDK) (i.e., does not correspond to any real process and cannot be fabricated)" [0], ASAP7 "Warning Work in progress (not ready for use)" [1] and Skywater130 which "As of May 2020, this repository is targeting the SKY130 process node. If the SKY130 process node release is successful then in the future more advanced technology nodes may become available." [2] The floorplanner supports their ZeroSOC [3] which I guess is based on TitanSOC [4]

    If this sounds negative, it's not, I just couldn't figure out what processes this was intended for without digging. ASAP7 is Arm and NCSU, and Skywater130 is Skywater and Google.

    [0] https://github.com/mflowgen/freepdk-45nm

Verilog.jl

Posts with mentions or reviews of Verilog.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-07.
  • Compiling Code into Silicon
    10 projects | news.ycombinator.com | 7 Dec 2021
    It doesn't have to be. I once made a julia->verilog transpiler that even recompiled your julia functions with verilator, so you could verify that the code was correct.

    https://github.com/interplanetary-robot/Verilog.jl

    Of course, gaining traction on something like this is tricky.

    I actually think Erlang/BEAM would be a great choice for making EDA tools, because it has concurrent execution model that you could probably very easily make play nice in rudimentary simulations of circuits that have triggers (`always @` sort of stuff.

  • Julia Receives DARPA Award to Accelerate Electronics Simulation by 1,000x
    7 projects | news.ycombinator.com | 11 Mar 2021
    A long long long time ago, I wrote this (currently very unmaintained) julia project, don't know if this is useful to you, but it's pretty clear that there is a LOT of potential for julia in this domain: https://github.com/interplanetary-robot/Verilog.jl

What are some alternatives?

When comparing freepdk-45nm and Verilog.jl you can also consider the following projects:

openlane - OpenLane is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen and custom methodology scripts for design exploration and optimization.

skywater-pdk - Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.

Octavian.jl - Multi-threaded BLAS-like library that provides pure Julia matrix multiplication

edalize - An abstraction library for interfacing EDA tools

opentitan - OpenTitan: Open source silicon root of trust

svls - SystemVerilog language server

chisel - Chisel: A Modern Hardware Design Language

Modia.jl - Modeling and simulation of multidomain engineering systems

zerosoc - Demo SoC for SiliconCompiler.

Automa.jl - A julia code generator for regular expressions