Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PyHDI/Pyverilog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: PyHDI/Pyverilog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 29 files changed
  • 2 contributors

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    fa3c41f View commit details
    Browse the repository at this point in the history
  2. Included PLY is removed.

    shtaxxx committed May 22, 2020
    Configuration menu
    Copy the full SHA
    c057135 View commit details
    Browse the repository at this point in the history
  3. plyparser.py is removed

    shtaxxx committed May 22, 2020
    Configuration menu
    Copy the full SHA
    c96a931 View commit details
    Browse the repository at this point in the history
  4. Updated travis config

    shtaxxx committed May 22, 2020
    Configuration menu
    Copy the full SHA
    d78ee0f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Feature addition: Verilog code in Python strings along with verilog f…

    …iles.
    
    The current API is such that it takes in a (list of) file(s) as input. However,
    when embedding Pyverilog in aother python libraries/code, it would be helpful
    to pass python sitrings directly to the API rather than files.
    
    This feature works along with the current implementation in such a way that
    the user can either continue passing files as inputs as in the existing API
    or pass verilog code in python strings to the API.
    ndyashas committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    153b459 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    7086786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea415d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #64 from ndyashas/develop

    Feature addition: Verilog code in Python strings along with verilog files.
    shtaxxx authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b450a00 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. 1.3.0-rc

    shtaxxx committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    5847539 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    shtaxxx committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    5a78430 View commit details
    Browse the repository at this point in the history
Loading