-
-
Notifications
You must be signed in to change notification settings - Fork 58
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: tilk/digitaljs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: digital-logic-and-computer-design/digitaljs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 12 files changed
- 2 contributors
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7b8b17 - Browse repository at this point
Copy the full SHA f7b8b17View commit details -
Have the wire label attributes defined in the class
To allow easier customization.
Configuration menu - View commit details
-
Copy full SHA for fe65e4e - Browse repository at this point
Copy the full SHA fe65e4eView commit details -
Save different instances of subcircuits separately while keeping the …
…format backward compatible Although different instances of subcircuits starts identical, they corresponds to distinct runtime object and their internal may deviate from each other due to edits done on each subcircuits. The current format disgard all the changes except for the first subcircuit and apply the edit on the first subcircuit to all instances during loading. This change modifies the saving format while keeping the file backward compatible so that the new file can still be openned by old code, with only minor display differences. This is done by automatically generate new celltype for each instances of the subcircuit on saving and saving the old value that is only useful for display in a separate attribute `disp_celltype`. This automatic name generation is also only done when there are multiple instances of the same cell type so that we can keep generating names shorter and the file as closed to the old format as possible.
Configuration menu - View commit details
-
Copy full SHA for 6c0db13 - Browse repository at this point
Copy the full SHA 6c0db13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e480fb - Browse repository at this point
Copy the full SHA 9e480fbView commit details -
Pass the model to the window callback
This should make it easier for the user to recreate the windows on reload. In case we want to add more arguments, the model is placed in a context objects so that more options can be added easily without breaking anything.
Configuration menu - View commit details
-
Copy full SHA for 4fd87d4 - Browse repository at this point
Copy the full SHA 4fd87d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d2182 - Browse repository at this point
Copy the full SHA 82d2182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be22d5 - Browse repository at this point
Copy the full SHA 4be22d5View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00d3857 - Browse repository at this point
Copy the full SHA 00d3857View commit details
Commits on Oct 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7d21428 - Browse repository at this point
Copy the full SHA 7d21428View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master